COLOR #78726B

HEX: #78726B RGB: (120,114,107)

Color info

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

RGB color model

#78726B color RGB value is (120,114,107).

RGB: (120,114,107) (47%, 45%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 114 of 255 = 45%
B 107 of 255 = 42%

120
114
107

R + G + B ~ 45%. #78726B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 114 + 107 = 341 (100%)
R 120 of 341 ~ 35.19%
G 114 of 341 ~ 33.43%
B 107 of 341 ~ 31.38'%

%35.19
%33.43
%31.38

CMYK color model

#78726B color CMYK value is (0,5,11,53).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 10.83%
  • key color value is 52.94%

CMYK: (0,5,11,53)
C0M5Y11K53 (0%, 5%, 11%, 53%)
(0.00 / 0.05 / 0.11 / 0.53)

CMYK percentages

%0
%5
%10.83
%52.94

Codes

Color #78726B in popluar color models

78 72 6B
RGB 120 114 107
HSL 32° 5.73% 44.51%
HSB/HSV 32° 10.83% 47.06%
CMYK 0.00% 5.00% 10.83%
52.94%

Color #78726B in popluar number systems.

HEX 78 72 6B
Decimal 120 114 107
Binary 1111000 1110010 1101011
Octal 170 162 153

Shades and tints

Shades of #78726B

#78726B
(120,114,107)
#6E6862
(110,104,98)
#645E59
(100,94,89)
#5A5450
(90,84,80)
#504A47
(80,74,71)
#46403E
(70,64,62)
#3C3635
(60,54,53)
#322C2C
(50,44,44)
#282223
(40,34,35)
#1E181A
(30,24,26)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #78726B

#78726B
(120,114,107)
#847E78
(132,126,120)
#908A85
(144,138,133)
#9C9692
(156,150,146)
#A8A29F
(168,162,159)
#B4AEAC
(180,174,172)
#C0BAB9
(192,186,185)
#CCC6C6
(204,198,198)
#D8D2D3
(216,210,211)
#E4DEE0
(228,222,224)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78726B color. Also use rgb(120,114,107) instead hex code.

Text Font Color

.myTextColor { color: #78726B; }

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

This text font color is #78726B.

Background Color

.myBgColor { background-color: #78726B; }

<div style="background-color:#78726B">Inner text</div>

This div background color is #78726B.

Border color

.myBorderColor { border: 1px solid #78726B; }

<div style="border:3px solid #78726B">Div</div>

This div border color is #78726B.

Opacity

.myOpacity80 { color: #78726B; opacity: 0.8; }

<p style="color:#78726B;opacity:0.8;">80%</p>

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

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

This text has shadow with #78726B color.


.textShadow {text-shadow: 3px 3px 1px #78726B', 3px 3px 1px red;}

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

This text has shadow with #78726B primary color and red secondary color.


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

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

This text has shadow with #78726B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78726B; -webkit-box-shadow: 1px 1px 3px 2px #78726B; box-shadow:1px 1px 3px 2px #78726B;">
Div content here
</div>

This div box has shadow with color #78726B.

Preview

Color preview on black background

This text has color #78726B on black background.


Color preview on white background

This text has color #78726B on white background.


Black color preview on #78726B background

This text has black color on #78726B background.


White color preview on #78726B background

This text has white color on #78726B background.


Related colors

Complementary color

Complementary color for #hex is #878D94.


I love getcolorcode.com

Triadic colors

1 #6B7872 and #726B78 with #78726B are triadic colors.

2 #6B7278 and #72786B with #78726B are triadic colors.