COLOR #78817B

HEX: #78817B
RGB: (120,129,123)

Color info

#78817B contains red, green and blue colors in about the same proportion. Web safe color of #78817B is #669966 (or #696).

RGB color model

#78817B color RGB value is (120,129,123).

  • red value is 120;
  • green value is 129;
  • blue value is 123.
RGB:
(120,129,123)
(47%,51%,48%)

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 123 of 255 = 48%

120
129
123

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 123 = 372 (100%)
R 120 of 372 ~ 32.26%
G 129 of 372 ~ 34.68%
B 123 of 372 ~ 33.06%

%32.26
%34.68
%33.06

CMYK color model

#78817B color CMYK value is (7,0,5,49).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 49.41%
CMYK:
(7,0,5,49)
C7M0Y5K49 
(7%,0%,5%,49%)
(0.07/0.00/0.05/0.49)	

CMYK percentages

%6.98
%0
%4.65
%49.41

Codes

Color #78817B in popluar color models

78817B
RGB120129123
HSL140°3.61%48.82%
HSB/HSV140°6.98%50.59%
CMYK6.98%0.00%4.65%
49.41%

Color #78817B in popluar number systems.

HEX78817B
Decimal120129123
Binary1111000100000011111011
Octal170201173

Shades and tints

Shades of #78817B

#78817B
(120,129,123)
#6E7670
(110,118,112)
#646B65
(100,107,101)
#5A605A
(90,96,90)
#50554F
(80,85,79)
#464A44
(70,74,68)
#3C3F39
(60,63,57)
#32342E
(50,52,46)
#282923
(40,41,35)
#1E1E18
(30,30,24)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #78817B

#78817B
(120,129,123)
#848C87
(132,140,135)
#909793
(144,151,147)
#9CA29F
(156,162,159)
#A8ADAB
(168,173,171)
#B4B8B7
(180,184,183)
#C0C3C3
(192,195,195)
#CCCECF
(204,206,207)
#D8D9DB
(216,217,219)
#E4E4E7
(228,228,231)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78817B color. Also use rgb(120,129,123) instead hex code.

Text Font Color

.myTextColor { color: #78817B; }

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

This text font color is #78817B.


Background Color

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

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

This div background color is #78817B.


Border color

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

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

This div border color is #78817B.


Opacity

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

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

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

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

This text has shadow with #78817B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78817B on black background.


Color preview on white background

This text has color #78817B on white background.



Black color preview on #78817B background

This text has black color on #78817B background.


White color preview on #78817B background

This text has white color on #78817B background.