COLOR #7F996E

HEX: #7F996E
RGB: (127,153,110)

Color info

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

RGB color model

#7F996E color RGB value is (127,153,110).

  • red value is 127;
  • green value is 153;
  • blue value is 110.
RGB:
(127,153,110)
(50%,60%,43%)

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 110 of 255 = 43%

127
153
110

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

Portions of RGB colors in percentages

R + G + B =
127 + 153 + 110 = 390 (100%)
R 127 of 390 ~ 32.56%
G 153 of 390 ~ 39.23%
B 110 of 390 ~ 28.21%

%32.56
%39.23
%28.21

CMYK color model

#7F996E color CMYK value is (17,0,28,40).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 40.00%
CMYK:
(17,0,28,40)
C17M0Y28K40 
(17%,0%,28%,40%)
(0.17/0.00/0.28/0.40)	

CMYK percentages

%16.99
%0
%28.1
%40

Codes

Color #7F996E in popluar color models

7F996E
RGB127153110
HSL96°17.41%51.57%
HSB/HSV96°28.10%60.00%
CMYK16.99%0.00%28.10%
40.00%

Color #7F996E in popluar number systems.

HEX7F996E
Decimal127153110
Binary1111111100110011101110
Octal177231156

Shades and tints

Shades of #7F996E

#7F996E
(127,153,110)
#748C64
(116,140,100)
#697F5A
(105,127,90)
#5E7250
(94,114,80)
#536546
(83,101,70)
#48583C
(72,88,60)
#3D4B32
(61,75,50)
#323E28
(50,62,40)
#27311E
(39,49,30)
#1C2414
(28,36,20)
#11170A
(17,23,10)
#000000
(0,0,0)

Tints of #7F996E

#7F996E
(127,153,110)
#8AA27B
(138,162,123)
#95AB88
(149,171,136)
#A0B495
(160,180,149)
#ABBDA2
(171,189,162)
#B6C6AF
(182,198,175)
#C1CFBC
(193,207,188)
#CCD8C9
(204,216,201)
#D7E1D6
(215,225,214)
#E2EAE3
(226,234,227)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F996E color. Also use rgb(127,153,110) instead hex code.

Text Font Color

.myTextColor { color: #7F996E; }

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

This text font color is #7F996E.


Background Color

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

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

This div background color is #7F996E.


Border color

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

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

This div border color is #7F996E.


Opacity

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

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

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

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

This text has shadow with #7F996E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F996E on black background.


Color preview on white background

This text has color #7F996E on white background.



Black color preview on #7F996E background

This text has black color on #7F996E background.


White color preview on #7F996E background

This text has white color on #7F996E background.