COLOR #7F9564

HEX: #7F9564 RGB: (127,149,100)

Color info

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

RGB color model

#7F9564 color RGB value is (127,149,100).

RGB: (127,149,100) (50%, 58%, 39%)

RGB channels and saturation

R 127 of 255 = 50%
G 149 of 255 = 58%
B 100 of 255 = 39%

127
149
100

R + G + B ~ 49%. #7F9564 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 149 + 100 = 376 (100%)
R 127 of 376 ~ 33.78%
G 149 of 376 ~ 39.63%
B 100 of 376 ~ 26.6'%

%33.78
%39.63
%26.6

CMYK color model

#7F9564 color CMYK value is (15,0,33,42).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 32.89%
  • key color value is 41.57%

CMYK: (15,0,33,42)
C15M0Y33K42 (15%, 0%, 33%, 42%)
(0.15 / 0.00 / 0.33 / 0.42)

CMYK percentages

%14.77
%0
%32.89
%41.57

Codes

Color #7F9564 in popluar color models

7F 95 64
RGB 127 149 100
HSL 87° 19.68% 48.82%
HSB/HSV 87° 32.89% 58.43%
CMYK 14.77% 0.00% 32.89%
41.57%

Color #7F9564 in popluar number systems.

HEX 7F 95 64
Decimal 127 149 100
Binary 1111111 10010101 1100100
Octal 177 225 144

Shades and tints

Shades of #7F9564

#7F9564
(127,149,100)
#74885B
(116,136,91)
#697B52
(105,123,82)
#5E6E49
(94,110,73)
#536140
(83,97,64)
#485437
(72,84,55)
#3D472E
(61,71,46)
#323A25
(50,58,37)
#272D1C
(39,45,28)
#1C2013
(28,32,19)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #7F9564

#7F9564
(127,149,100)
#8A9E72
(138,158,114)
#95A780
(149,167,128)
#A0B08E
(160,176,142)
#ABB99C
(171,185,156)
#B6C2AA
(182,194,170)
#C1CBB8
(193,203,184)
#CCD4C6
(204,212,198)
#D7DDD4
(215,221,212)
#E2E6E2
(226,230,226)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9564 color. Also use rgb(127,149,100) instead hex code.

Text Font Color

.myTextColor { color: #7F9564; }

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

This text font color is #7F9564.

Background Color

.myBgColor { background-color: #7F9564; }

<div style="background-color:#7F9564">Inner text</div>

This div background color is #7F9564.

Border color

.myBorderColor { border: 1px solid #7F9564; }

<div style="border:3px solid #7F9564">Div</div>

This div border color is #7F9564.

Opacity

.myOpacity80 { color: #7F9564; opacity: 0.8; }

<p style="color:#7F9564;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F9564 color.


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

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

This text has shadow with #7F9564 primary color and red secondary color.


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

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

This text has shadow with #7F9564 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7F9564.

Preview

Color preview on black background

This text has color #7F9564 on black background.


Color preview on white background

This text has color #7F9564 on white background.


Black color preview on #7F9564 background

This text has black color on #7F9564 background.


White color preview on #7F9564 background

This text has white color on #7F9564 background.


Related colors

Complementary color

Complementary color for #hex is #806A9B.


I love getcolorcode.com

Triadic colors

1 #647F95 and #95647F with #7F9564 are triadic colors.

2 #64957F and #957F64 with #7F9564 are triadic colors.