COLOR #7F7876

HEX: #7F7876
RGB: (127,120,118)

Color info

#7F7876 contains red, green and blue colors in about the same proportion. Web safe color of #7F7876 is #666666 (or #666).

RGB color model

#7F7876 color RGB value is (127,120,118).

  • red value is 127;
  • green value is 120;
  • blue value is 118.
RGB:
(127,120,118)
(50%,47%,46%)

RGB channels and saturation

R 127 of 255 = 50%
G 120 of 255 = 47%
B 118 of 255 = 46%

127
120
118

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

Portions of RGB colors in percentages

R + G + B =
127 + 120 + 118 = 365 (100%)
R 127 of 365 ~ 34.79%
G 120 of 365 ~ 32.88%
B 118 of 365 ~ 32.33%

%34.79
%32.88
%32.33

CMYK color model

#7F7876 color CMYK value is (0,6,7,50).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 7.09%
  • key color value is 50.20%
CMYK:
(0,6,7,50)
C0M6Y7K50 
(0%,6%,7%,50%)
(0.00/0.06/0.07/0.50)	

CMYK percentages

%0
%5.51
%7.09
%50.2

Codes

Color #7F7876 in popluar color models

7F7876
RGB127120118
HSL13°3.67%48.04%
HSB/HSV13°7.09%49.80%
CMYK0.00%5.51%7.09%
50.20%

Color #7F7876 in popluar number systems.

HEX7F7876
Decimal127120118
Binary111111111110001110110
Octal177170166

Shades and tints

Shades of #7F7876

#7F7876
(127,120,118)
#746E6C
(116,110,108)
#696462
(105,100,98)
#5E5A58
(94,90,88)
#53504E
(83,80,78)
#484644
(72,70,68)
#3D3C3A
(61,60,58)
#323230
(50,50,48)
#272826
(39,40,38)
#1C1E1C
(28,30,28)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #7F7876

#7F7876
(127,120,118)
#8A8482
(138,132,130)
#95908E
(149,144,142)
#A09C9A
(160,156,154)
#ABA8A6
(171,168,166)
#B6B4B2
(182,180,178)
#C1C0BE
(193,192,190)
#CCCCCA
(204,204,202)
#D7D8D6
(215,216,214)
#E2E4E2
(226,228,226)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7876 color. Also use rgb(127,120,118) instead hex code.

Text Font Color

.myTextColor { color: #7F7876; }

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

This text font color is #7F7876.


Background Color

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

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

This div background color is #7F7876.


Border color

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

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

This div border color is #7F7876.


Opacity

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

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

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

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

This text has shadow with #7F7876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7876 on black background.


Color preview on white background

This text has color #7F7876 on white background.



Black color preview on #7F7876 background

This text has black color on #7F7876 background.


White color preview on #7F7876 background

This text has white color on #7F7876 background.