COLOR #78817C

HEX: #78817C
RGB: (120,129,124)

Color info

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

RGB color model

#78817C color RGB value is (120,129,124).

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

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 124 of 255 = 49%

120
129
124

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 124 = 373 (100%)
R 120 of 373 ~ 32.17%
G 129 of 373 ~ 34.58%
B 124 of 373 ~ 33.24%

%32.17
%34.58
%33.24

CMYK color model

#78817C color CMYK value is (7,0,4,49).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 49.41%
CMYK:
(7,0,4,49)
C7M0Y4K49 
(7%,0%,4%,49%)
(0.07/0.00/0.04/0.49)	

CMYK percentages

%6.98
%0
%3.88
%49.41

Codes

Color #78817C in popluar color models

78817C
RGB120129124
HSL147°3.61%48.82%
HSB/HSV147°6.98%50.59%
CMYK6.98%0.00%3.88%
49.41%

Color #78817C in popluar number systems.

HEX78817C
Decimal120129124
Binary1111000100000011111100
Octal170201174

Shades and tints

Shades of #78817C

#78817C
(120,129,124)
#6E7671
(110,118,113)
#646B66
(100,107,102)
#5A605B
(90,96,91)
#505550
(80,85,80)
#464A45
(70,74,69)
#3C3F3A
(60,63,58)
#32342F
(50,52,47)
#282924
(40,41,36)
#1E1E19
(30,30,25)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #78817C

#78817C
(120,129,124)
#848C87
(132,140,135)
#909792
(144,151,146)
#9CA29D
(156,162,157)
#A8ADA8
(168,173,168)
#B4B8B3
(180,184,179)
#C0C3BE
(192,195,190)
#CCCEC9
(204,206,201)
#D8D9D4
(216,217,212)
#E4E4DF
(228,228,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78817C; }

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

This text font color is #78817C.


Background Color

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

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

This div background color is #78817C.


Border color

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

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

This div border color is #78817C.


Opacity

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

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

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

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

This text has shadow with #78817C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78817C on black background.


Color preview on white background

This text has color #78817C on white background.



Black color preview on #78817C background

This text has black color on #78817C background.


White color preview on #78817C background

This text has white color on #78817C background.