COLOR #7F9767

HEX: #7F9767
RGB: (127,151,103)

Color info

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

RGB color model

#7F9767 color RGB value is (127,151,103).

  • red value is 127;
  • green value is 151;
  • blue value is 103.
RGB:
(127,151,103)
(50%,59%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 151 of 255 = 59%
B 103 of 255 = 40%

127
151
103

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

Portions of RGB colors in percentages

R + G + B =
127 + 151 + 103 = 381 (100%)
R 127 of 381 ~ 33.33%
G 151 of 381 ~ 39.63%
B 103 of 381 ~ 27.03%

%33.33
%39.63
%27.03

CMYK color model

#7F9767 color CMYK value is (16,0,32,41).

  • cyan value is 15.89%
  • magenta value is 0.00%
  • yellow value is 31.79%
  • key color value is 40.78%
CMYK:
(16,0,32,41)
C16M0Y32K41 
(16%,0%,32%,41%)
(0.16/0.00/0.32/0.41)	

CMYK percentages

%15.89
%0
%31.79
%40.78

Codes

Color #7F9767 in popluar color models

7F9767
RGB127151103
HSL90°18.90%49.80%
HSB/HSV90°31.79%59.22%
CMYK15.89%0.00%31.79%
40.78%

Color #7F9767 in popluar number systems.

HEX7F9767
Decimal127151103
Binary1111111100101111100111
Octal177227147

Shades and tints

Shades of #7F9767

#7F9767
(127,151,103)
#748A5E
(116,138,94)
#697D55
(105,125,85)
#5E704C
(94,112,76)
#536343
(83,99,67)
#48563A
(72,86,58)
#3D4931
(61,73,49)
#323C28
(50,60,40)
#272F1F
(39,47,31)
#1C2216
(28,34,22)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #7F9767

#7F9767
(127,151,103)
#8AA074
(138,160,116)
#95A981
(149,169,129)
#A0B28E
(160,178,142)
#ABBB9B
(171,187,155)
#B6C4A8
(182,196,168)
#C1CDB5
(193,205,181)
#CCD6C2
(204,214,194)
#D7DFCF
(215,223,207)
#E2E8DC
(226,232,220)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9767 color. Also use rgb(127,151,103) instead hex code.

Text Font Color

.myTextColor { color: #7F9767; }

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

This text font color is #7F9767.


Background Color

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

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

This div background color is #7F9767.


Border color

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

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

This div border color is #7F9767.


Opacity

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

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

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

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

This text has shadow with #7F9767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9767 on black background.


Color preview on white background

This text has color #7F9767 on white background.



Black color preview on #7F9767 background

This text has black color on #7F9767 background.


White color preview on #7F9767 background

This text has white color on #7F9767 background.