COLOR #7F7872

HEX: #7F7872
RGB: (127,120,114)

Color info

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

RGB color model

#7F7872 color RGB value is (127,120,114).

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

RGB channels and saturation

R 127 of 255 = 50%
G 120 of 255 = 47%
B 114 of 255 = 45%

127
120
114

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

Portions of RGB colors in percentages

R + G + B =
127 + 120 + 114 = 361 (100%)
R 127 of 361 ~ 35.18%
G 120 of 361 ~ 33.24%
B 114 of 361 ~ 31.58%

%35.18
%33.24
%31.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 10.24%
  • key color value is 50.20%
CMYK:
(0,6,10,50)
C0M6Y10K50 
(0%,6%,10%,50%)
(0.00/0.06/0.10/0.50)	

CMYK percentages

%0
%5.51
%10.24
%50.2

Codes

Color #7F7872 in popluar color models

7F7872
RGB127120114
HSL28°5.39%47.25%
HSB/HSV28°10.24%49.80%
CMYK0.00%5.51%10.24%
50.20%

Color #7F7872 in popluar number systems.

HEX7F7872
Decimal127120114
Binary111111111110001110010
Octal177170162

Shades and tints

Shades of #7F7872

#7F7872
(127,120,114)
#746E68
(116,110,104)
#69645E
(105,100,94)
#5E5A54
(94,90,84)
#53504A
(83,80,74)
#484640
(72,70,64)
#3D3C36
(61,60,54)
#32322C
(50,50,44)
#272822
(39,40,34)
#1C1E18
(28,30,24)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #7F7872

#7F7872
(127,120,114)
#8A847E
(138,132,126)
#95908A
(149,144,138)
#A09C96
(160,156,150)
#ABA8A2
(171,168,162)
#B6B4AE
(182,180,174)
#C1C0BA
(193,192,186)
#CCCCC6
(204,204,198)
#D7D8D2
(215,216,210)
#E2E4DE
(226,228,222)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7872; }

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

This text font color is #7F7872.


Background Color

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

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

This div background color is #7F7872.


Border color

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

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

This div border color is #7F7872.


Opacity

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

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

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

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

This text has shadow with #7F7872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7872 on black background.


Color preview on white background

This text has color #7F7872 on white background.



Black color preview on #7F7872 background

This text has black color on #7F7872 background.


White color preview on #7F7872 background

This text has white color on #7F7872 background.