COLOR #787266

HEX: #787266 RGB: (120,114,102)

Color info

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

RGB color model

#787266 color RGB value is (120,114,102).

RGB: (120,114,102) (47%, 45%, 40%)

RGB channels and saturation

R 120 of 255 = 47%
G 114 of 255 = 45%
B 102 of 255 = 40%

120
114
102

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

Portions of RGB colors in percentages

R + G + B = 120 + 114 + 102 = 336 (100%)
R 120 of 336 ~ 35.71%
G 114 of 336 ~ 33.93%
B 102 of 336 ~ 30.36'%

%35.71
%33.93
%30.36

CMYK color model

#787266 color CMYK value is (0,5,15,53).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 15.00%
  • key color value is 52.94%
CMYK: (0,5,15,53) C0M5Y15K53 (0%,5%,15%,53%) (0.00/0.05/0.15/0.53) 

CMYK percentages

%0
%5
%15
%52.94

Codes

Color #787266 in popluar color models

78 72 66
RGB 120 114 102
HSL 40° 8.11% 43.53%
HSB/HSV 40° 15.00% 47.06%
CMYK 0.00% 5.00% 15.00%
52.94%

Color #787266 in popluar number systems.

HEX 78 72 66
Decimal 120 114 102
Binary 1111000 1110010 1100110
Octal 170 162 146

Shades and tints

Shades of #787266

#787266
(120,114,102)
#6E685D
(110,104,93)
#645E54
(100,94,84)
#5A544B
(90,84,75)
#504A42
(80,74,66)
#464039
(70,64,57)
#3C3630
(60,54,48)
#322C27
(50,44,39)
#28221E
(40,34,30)
#1E1815
(30,24,21)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #787266

#787266
(120,114,102)
#847E73
(132,126,115)
#908A80
(144,138,128)
#9C968D
(156,150,141)
#A8A29A
(168,162,154)
#B4AEA7
(180,174,167)
#C0BAB4
(192,186,180)
#CCC6C1
(204,198,193)
#D8D2CE
(216,210,206)
#E4DEDB
(228,222,219)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787266; }

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

This text font color is #787266.

Background Color

.myBgColor { background-color: #787266; }

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

This div background color is #787266.

Border color

.myBorderColor { border: 1px solid #787266; }

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

This div border color is #787266.

Opacity

.myOpacity80 { color: #787266; opacity: 0.8; }

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

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

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

This text has shadow with #787266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787266.

Preview

Color preview on black background

This text has color #787266 on black background.


Color preview on white background

This text has color #787266 on white background.


Black color preview on #787266 background

This text has black color on #787266 background.


White color preview on #787266 background

This text has white color on #787266 background.


Related colors

Complementary color

Complementary color for #hex is #878D99.


I love getcolorcode.com

Triadic colors

1 #667872 and #726678 with #787266 are triadic colors.

2 #667278 and #727866 with #787266 are triadic colors.