COLOR #74666E

HEX: #74666E RGB: (116,102,110)

Color info

#74666E contains red, green and blue colors in about the same proportion. Web safe color of #74666E is #666666 (or #666).

RGB color model

#74666E color RGB value is (116,102,110).

RGB: (116,102,110) (45%, 40%, 43%)

RGB channels and saturation

R 116 of 255 = 45%
G 102 of 255 = 40%
B 110 of 255 = 43%

116
102
110

R + G + B ~ 43%. #74666E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 102 + 110 = 328 (100%)
R 116 of 328 ~ 35.37%
G 102 of 328 ~ 31.1%
B 110 of 328 ~ 33.54'%

%35.37
%31.1
%33.54

CMYK color model

#74666E color CMYK value is (0,12,5,55).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 5.17%
  • key color value is 54.51%

CMYK: (0,12,5,55)
C0M12Y5K55 (0%, 12%, 5%, 55%)
(0.00 / 0.12 / 0.05 / 0.55)

CMYK percentages

%0
%12.07
%5.17
%54.51

Codes

Color #74666E in popluar color models

74 66 6E
RGB 116 102 110
HSL 326° 6.42% 42.75%
HSB/HSV 326° 12.07% 45.49%
CMYK 0.00% 12.07% 5.17%
54.51%

Color #74666E in popluar number systems.

HEX 74 66 6E
Decimal 116 102 110
Binary 1110100 1100110 1101110
Octal 164 146 156

Shades and tints

Shades of #74666E

#74666E
(116,102,110)
#6A5D64
(106,93,100)
#60545A
(96,84,90)
#564B50
(86,75,80)
#4C4246
(76,66,70)
#42393C
(66,57,60)
#383032
(56,48,50)
#2E2728
(46,39,40)
#241E1E
(36,30,30)
#1A1514
(26,21,20)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #74666E

#74666E
(116,102,110)
#80737B
(128,115,123)
#8C8088
(140,128,136)
#988D95
(152,141,149)
#A49AA2
(164,154,162)
#B0A7AF
(176,167,175)
#BCB4BC
(188,180,188)
#C8C1C9
(200,193,201)
#D4CED6
(212,206,214)
#E0DBE3
(224,219,227)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74666E color. Also use rgb(116,102,110) instead hex code.

Text Font Color

.myTextColor { color: #74666E; }

<p style="color:#74666E">This sample text font color is #74666E.</p>

This text font color is #74666E.

Background Color

.myBgColor { background-color: #74666E; }

<div style="background-color:#74666E">Inner text</div>

This div background color is #74666E.

Border color

.myBorderColor { border: 1px solid #74666E; }

<div style="border:3px solid #74666E">Div</div>

This div border color is #74666E.

Opacity

.myOpacity80 { color: #74666E; opacity: 0.8; }

<p style="color:#74666E;opacity:0.8;">80%</p>

Text with #74666E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #74666E;}

<p style="text-shadow: 3px 3px 1px #74666E">Text here.</p>

This text has shadow with #74666E color.


.textShadow {text-shadow: 3px 3px 1px #74666E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #74666E, 5px 5px 20px red">Text here.</p>

This text has shadow with #74666E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74666E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#74666E, Direction=45, Strength=4)">Text</p>

This text has shadow with #74666E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74666E;
-webkit-box-shadow: 1px 1px 3px 2px #74666E;
box-shadow: 1px 1px 3px 2px #74666E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74666E; -webkit-box-shadow: 1px 1px 3px 2px #74666E; box-shadow:1px 1px 3px 2px #74666E;">
Div content here
</div>

This div box has shadow with color #74666E.

Preview

Color preview on black background

This text has color #74666E on black background.


Color preview on white background

This text has color #74666E on white background.


Black color preview on #74666E background

This text has black color on #74666E background.


White color preview on #74666E background

This text has white color on #74666E background.


Related colors

Complementary color

Complementary color for #hex is #8B9991.


I love getcolorcode.com

Triadic colors

1 #6E7466 and #666E74 with #74666E are triadic colors.

2 #6E6674 and #66746E with #74666E are triadic colors.