COLOR #74967E

HEX: #74967E RGB: (116,150,126)

Color info

#74967E contains red, green and blue colors in about the same proportion. Web safe color of #74967E is #669966 (or #696).

RGB color model

#74967E color RGB value is (116,150,126).

RGB: (116,150,126) (45%, 59%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 150 of 255 = 59%
B 126 of 255 = 49%

116
150
126

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

Portions of RGB colors in percentages

R + G + B = 116 + 150 + 126 = 392 (100%)
R 116 of 392 ~ 29.59%
G 150 of 392 ~ 38.27%
B 126 of 392 ~ 32.14'%

%29.59
%38.27
%32.14

CMYK color model

#74967E color CMYK value is (23,0,16,41).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 41.18%

CMYK: (23,0,16,41)
C23M0Y16K41 (23%, 0%, 16%, 41%)
(0.23 / 0.00 / 0.16 / 0.41)

CMYK percentages

%22.67
%0
%16
%41.18

Codes

Color #74967E in popluar color models

74 96 7E
RGB 116 150 126
HSL 138° 13.93% 52.16%
HSB/HSV 138° 22.67% 58.82%
CMYK 22.67% 0.00% 16.00%
41.18%

Color #74967E in popluar number systems.

HEX 74 96 7E
Decimal 116 150 126
Binary 1110100 10010110 1111110
Octal 164 226 176

Shades and tints

Shades of #74967E

#74967E
(116,150,126)
#6A8973
(106,137,115)
#607C68
(96,124,104)
#566F5D
(86,111,93)
#4C6252
(76,98,82)
#425547
(66,85,71)
#38483C
(56,72,60)
#2E3B31
(46,59,49)
#242E26
(36,46,38)
#1A211B
(26,33,27)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #74967E

#74967E
(116,150,126)
#809F89
(128,159,137)
#8CA894
(140,168,148)
#98B19F
(152,177,159)
#A4BAAA
(164,186,170)
#B0C3B5
(176,195,181)
#BCCCC0
(188,204,192)
#C8D5CB
(200,213,203)
#D4DED6
(212,222,214)
#E0E7E1
(224,231,225)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74967E color. Also use rgb(116,150,126) instead hex code.

Text Font Color

.myTextColor { color: #74967E; }

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

This text font color is #74967E.

Background Color

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

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

This div background color is #74967E.

Border color

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

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

This div border color is #74967E.

Opacity

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

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

Text with #74967E 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 #74967E;}

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

This text has shadow with #74967E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74967E.

Preview

Color preview on black background

This text has color #74967E on black background.


Color preview on white background

This text has color #74967E on white background.


Black color preview on #74967E background

This text has black color on #74967E background.


White color preview on #74967E background

This text has white color on #74967E background.


Related colors

Complementary color

Complementary color for #hex is #8B6981.


I love getcolorcode.com

Triadic colors

1 #7E7496 and #967E74 with #74967E are triadic colors.

2 #7E9674 and #96747E with #74967E are triadic colors.