COLOR #7F9377

HEX: #7F9377 RGB: (127,147,119)

Color info

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

RGB color model

#7F9377 color RGB value is (127,147,119).

RGB: (127,147,119) (50%, 58%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 147 of 255 = 58%
B 119 of 255 = 47%

127
147
119

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

Portions of RGB colors in percentages

R + G + B = 127 + 147 + 119 = 393 (100%)
R 127 of 393 ~ 32.32%
G 147 of 393 ~ 37.4%
B 119 of 393 ~ 30.28'%

%32.32
%37.4
%30.28

CMYK color model

#7F9377 color CMYK value is (14,0,19,42).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 42.35%

CMYK: (14,0,19,42)
C14M0Y19K42 (14%, 0%, 19%, 42%)
(0.14 / 0.00 / 0.19 / 0.42)

CMYK percentages

%13.61
%0
%19.05
%42.35

Codes

Color #7F9377 in popluar color models

7F 93 77
RGB 127 147 119
HSL 103° 11.48% 52.16%
HSB/HSV 103° 19.05% 57.65%
CMYK 13.61% 0.00% 19.05%
42.35%

Color #7F9377 in popluar number systems.

HEX 7F 93 77
Decimal 127 147 119
Binary 1111111 10010011 1110111
Octal 177 223 167

Shades and tints

Shades of #7F9377

#7F9377
(127,147,119)
#74866D
(116,134,109)
#697963
(105,121,99)
#5E6C59
(94,108,89)
#535F4F
(83,95,79)
#485245
(72,82,69)
#3D453B
(61,69,59)
#323831
(50,56,49)
#272B27
(39,43,39)
#1C1E1D
(28,30,29)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #7F9377

#7F9377
(127,147,119)
#8A9C83
(138,156,131)
#95A58F
(149,165,143)
#A0AE9B
(160,174,155)
#ABB7A7
(171,183,167)
#B6C0B3
(182,192,179)
#C1C9BF
(193,201,191)
#CCD2CB
(204,210,203)
#D7DBD7
(215,219,215)
#E2E4E3
(226,228,227)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9377; }

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

This text font color is #7F9377.

Background Color

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

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

This div background color is #7F9377.

Border color

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

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

This div border color is #7F9377.

Opacity

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

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

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

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

This text has shadow with #7F9377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9377.

Preview

Color preview on black background

This text has color #7F9377 on black background.


Color preview on white background

This text has color #7F9377 on white background.


Black color preview on #7F9377 background

This text has black color on #7F9377 background.


White color preview on #7F9377 background

This text has white color on #7F9377 background.


Related colors

Complementary color

Complementary color for #hex is #806C88.


I love getcolorcode.com

Triadic colors

1 #777F93 and #93777F with #7F9377 are triadic colors.

2 #77937F and #937F77 with #7F9377 are triadic colors.