crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#74626e hex color - Violet - Warm color - Information

#74626e hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #74626e Color code in RGB color code model is created after adding 45.49% red color, 38.43% green color and 43.14% blue color. Hex #74626e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 5% yellow and 55% black.

Hex #74626e color code is between #776666 web safe hex color code and #665577 web safe hex color code. #776666 is the nearest web safe color code. You can see here many more shades of #74626e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code74626e#74626e
RGB Decimal116, 98, 110rgb(116, 98, 110)
RGB Percent45%, 38%, 43%rgb(45%, 38%, 43%)
CSS RGBa116, 98, 110,1rgba(116,98,110,1)
CMYK Modelcmyk(0%,16%,5%,55%)
HSL Color Space320,8% ,42%hsl(320,8% ,42%)
HSV Color Space320°, 16%, 45%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101000110001001101110
Octal164142156
Decimal11698110
Hex74626e

Different shades of #74626e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #74626e
#8f7a88
Dark Shade of #74626e
#584b54
Saturated Shade of #74626e
#7f5772
Desaturated Shade of #74626e
#6b6b6b
Grey scale Shade of #74626e
#6b6b6b
Brighten Shade
#8d7b87
Most Readable Shade
#FFFFFF

Shades of #74626e color code

Generate more color scales with scales (color stack) generator.

#74626e
#675761
#5a4c55
#4d4149
#40363d
#332b30
#262024
#191518
#0c0a0c
#000000

Similar Color like #74626e color

Find visually similar hex color codes nearing to #74626e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#75636f
#766470
#776571
#786672
#796773
#7a6874
#7b6975
#7c6a76
#7d6b77
#7e6c78
#7f6d79
#806e7a
#816f7b
#82707c
#73616d
#72606c
#715f6b
#705e6a
#6f5d69
#6e5c68
#6d5b67
#6c5a66
#6b5965
#6a5864
#695763
#685662
#675561
#665460

Monochromatic Color with #74626e

#74626e
#9e8696
#c9aabf
#f3cee7
#1f1a1d
#493e46

Tints of #74626e Color

#74626e
#83737e
#92848e
#a2969e
#b1a7ae
#c1b9be
#d0cace
#e0dcde
#efedee
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#74626e
#627468

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#74626e
#657462
#627471

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#736274
#746272
#74626e
#74626a
#746267

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#74626e
#6e7462
#626e74

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#74626e
#747162
#627468
#626574

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#74626e
#627468
#627471
#746265

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #74626e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#74626e Color Code Preview on Black Background Color

This is how #74626e Color will look on black background color. Color contrast ratio is 3.71

#74626e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#74626e">Your Example Paragraph content text in with font color #74626e </p>

Your Example Paragraph content text in with font color #74626e

HTML with inline CSS

<div style="color:#74626e">Your Paragraph text in with font color #74626e </div>

Your Example Paragraph content text in with font color #74626e

#74626e color code is use for CSS Background Color

Background color for the above div is #74626e

HTML with inline CSS

<div style="background-color:#74626e;"></div>

#74626e color code is use for CSS Border Color

CSS Border color for the above div is #74626e

HTML with inline CSS

<div style="border:5px solid #74626e;"></div>

CSS Border Left color for the above div is #74626e

HTML with inline CSS

<div style="border-left:5px solid #74626e;"></div>

CSS Border Right color for the above div is #74626e

HTML with inline CSS

<div style="border-right:5px solid #74626e;"></div>

CSS Border Bottom color for the above div is #74626e

HTML with inline CSS

<div style="border-bottom:5px solid #74626e;"></div>

CSS Border Top color for the above div is #74626e

HTML with inline CSS

<div style="border-top:5px solid #74626e;"></div>

#74626e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#74626e; } .examplecolorclass {color:#74626e; } .examplebordercolor {border:3px solid #74626e; }

#74626e Color code Preview on White Background

This is how #74626e Color code will look on white background color. Color contrast ratio is 5.65

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #74626e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #74626e; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.