COLOR #7F907E

HEX: #7F907E
RGB: (127,144,126)

Color info

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

RGB color model

#7F907E color RGB value is (127,144,126).

  • red value is 127;
  • green value is 144;
  • blue value is 126.
RGB:
(127,144,126)
(50%,56%,49%)

RGB channels and saturation

R 127 of 255 = 50%
G 144 of 255 = 56%
B 126 of 255 = 49%

127
144
126

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

Portions of RGB colors in percentages

R + G + B =
127 + 144 + 126 = 397 (100%)
R 127 of 397 ~ 31.99%
G 144 of 397 ~ 36.27%
B 126 of 397 ~ 31.74%

%31.99
%36.27
%31.74

CMYK color model

#7F907E color CMYK value is (12,0,13,44).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 43.53%
CMYK:
(12,0,13,44)
C12M0Y13K44 
(12%,0%,13%,44%)
(0.12/0.00/0.13/0.44)	

CMYK percentages

%11.81
%0
%12.5
%43.53

Codes

Color #7F907E in popluar color models

7F907E
RGB127144126
HSL117°7.50%52.94%
HSB/HSV117°12.50%56.47%
CMYK11.81%0.00%12.50%
43.53%

Color #7F907E in popluar number systems.

HEX7F907E
Decimal127144126
Binary1111111100100001111110
Octal177220176

Shades and tints

Shades of #7F907E

#7F907E
(127,144,126)
#748373
(116,131,115)
#697668
(105,118,104)
#5E695D
(94,105,93)
#535C52
(83,92,82)
#484F47
(72,79,71)
#3D423C
(61,66,60)
#323531
(50,53,49)
#272826
(39,40,38)
#1C1B1B
(28,27,27)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #7F907E

#7F907E
(127,144,126)
#8A9A89
(138,154,137)
#95A494
(149,164,148)
#A0AE9F
(160,174,159)
#ABB8AA
(171,184,170)
#B6C2B5
(182,194,181)
#C1CCC0
(193,204,192)
#CCD6CB
(204,214,203)
#D7E0D6
(215,224,214)
#E2EAE1
(226,234,225)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F907E color. Also use rgb(127,144,126) instead hex code.

Text Font Color

.myTextColor { color: #7F907E; }

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

This text font color is #7F907E.


Background Color

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

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

This div background color is #7F907E.


Border color

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

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

This div border color is #7F907E.


Opacity

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

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

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

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

This text has shadow with #7F907E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F907E on black background.


Color preview on white background

This text has color #7F907E on white background.



Black color preview on #7F907E background

This text has black color on #7F907E background.


White color preview on #7F907E background

This text has white color on #7F907E background.