COLOR #7F9F77

HEX: #7F9F77 RGB: (127,159,119)

Color info

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

RGB color model

#7F9F77 color RGB value is (127,159,119).

RGB: (127,159,119) (50%, 62%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 159 of 255 = 62%
B 119 of 255 = 47%

127
159
119

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

Portions of RGB colors in percentages

R + G + B = 127 + 159 + 119 = 405 (100%)
R 127 of 405 ~ 31.36%
G 159 of 405 ~ 39.26%
B 119 of 405 ~ 29.38'%

%31.36
%39.26
%29.38

CMYK color model

#7F9F77 color CMYK value is (20,0,25,38).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 25.16%
  • key color value is 37.65%
CMYK: (20,0,25,38) C20M0Y25K38 (20%,0%,25%,38%) (0.20/0.00/0.25/0.38) 

CMYK percentages

%20.13
%0
%25.16
%37.65

Codes

Color #7F9F77 in popluar color models

7F 9F 77
RGB 127 159 119
HSL 108° 17.24% 54.51%
HSB/HSV 108° 25.16% 62.35%
CMYK 20.13% 0.00% 25.16%
37.65%

Color #7F9F77 in popluar number systems.

HEX 7F 9F 77
Decimal 127 159 119
Binary 1111111 10011111 1110111
Octal 177 237 167

Shades and tints

Shades of #7F9F77

#7F9F77
(127,159,119)
#74916D
(116,145,109)
#698363
(105,131,99)
#5E7559
(94,117,89)
#53674F
(83,103,79)
#485945
(72,89,69)
#3D4B3B
(61,75,59)
#323D31
(50,61,49)
#272F27
(39,47,39)
#1C211D
(28,33,29)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #7F9F77

#7F9F77
(127,159,119)
#8AA783
(138,167,131)
#95AF8F
(149,175,143)
#A0B79B
(160,183,155)
#ABBFA7
(171,191,167)
#B6C7B3
(182,199,179)
#C1CFBF
(193,207,191)
#CCD7CB
(204,215,203)
#D7DFD7
(215,223,215)
#E2E7E3
(226,231,227)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9F77 color. Also use rgb(127,159,119) instead hex code.

Text Font Color

.myTextColor { color: #7F9F77; }

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

This text font color is #7F9F77.

Background Color

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

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

This div background color is #7F9F77.

Border color

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

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

This div border color is #7F9F77.

Opacity

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

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

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

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

This text has shadow with #7F9F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9F77.

Preview

Color preview on black background

This text has color #7F9F77 on black background.


Color preview on white background

This text has color #7F9F77 on white background.


Black color preview on #7F9F77 background

This text has black color on #7F9F77 background.


White color preview on #7F9F77 background

This text has white color on #7F9F77 background.


Related colors

Complementary color

Complementary color for #hex is #806088.


I love getcolorcode.com

Triadic colors

1 #777F9F and #9F777F with #7F9F77 are triadic colors.

2 #779F7F and #9F7F77 with #7F9F77 are triadic colors.