COLOR #787F72

HEX: #787F72
RGB: (120,127,114)

Color info

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

RGB color model

#787F72 color RGB value is (120,127,114).

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

RGB channels and saturation

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

120
127
114

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

Portions of RGB colors in percentages

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

%33.24
%35.18
%31.58

CMYK color model

#787F72 color CMYK value is (6,0,10,50).

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

CMYK percentages

%5.51
%0
%10.24
%50.2

Codes

Color #787F72 in popluar color models

787F72
RGB120127114
HSL92°5.39%47.25%
HSB/HSV92°10.24%49.80%
CMYK5.51%0.00%10.24%
50.20%

Color #787F72 in popluar number systems.

HEX787F72
Decimal120127114
Binary111100011111111110010
Octal170177162

Shades and tints

Shades of #787F72

#787F72
(120,127,114)
#6E7468
(110,116,104)
#64695E
(100,105,94)
#5A5E54
(90,94,84)
#50534A
(80,83,74)
#464840
(70,72,64)
#3C3D36
(60,61,54)
#32322C
(50,50,44)
#282722
(40,39,34)
#1E1C18
(30,28,24)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #787F72

#787F72
(120,127,114)
#848A7E
(132,138,126)
#90958A
(144,149,138)
#9CA096
(156,160,150)
#A8ABA2
(168,171,162)
#B4B6AE
(180,182,174)
#C0C1BA
(192,193,186)
#CCCCC6
(204,204,198)
#D8D7D2
(216,215,210)
#E4E2DE
(228,226,222)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787F72; }

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

This text font color is #787F72.


Background Color

.myBgColor { background-color: #787F72; }

<div style="background-color:#787F72">Inner text</div>

This div background color is #787F72.


Border color

.myBorderColor { border: 1px solid #787F72; }

<div style="border:3px solid #787F72">Div</div>

This div border color is #787F72.


Opacity

.myOpacity80 { color: #787F72; opacity: 0.8; }

<p style="color:#787F72;opacity:0.8;">80%</p>

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

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

This text has shadow with #787F72 color.

.textShadow {text-shadow: 3px 3px 1px #787F72, 3px 3px 1px red;}

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

This text has shadow with #787F72 primary color and red secondary color.


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

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

This text has shadow with #787F72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787F72 on black background.


Color preview on white background

This text has color #787F72 on white background.



Black color preview on #787F72 background

This text has black color on #787F72 background.


White color preview on #787F72 background

This text has white color on #787F72 background.