COLOR #78867A

HEX: #78867A
RGB: (120,134,122)

Color info

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

RGB color model

#78867A color RGB value is (120,134,122).

  • red value is 120;
  • green value is 134;
  • blue value is 122.
RGB:
(120,134,122)
(47%,53%,48%)

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 122 of 255 = 48%

120
134
122

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 122 = 376 (100%)
R 120 of 376 ~ 31.91%
G 134 of 376 ~ 35.64%
B 122 of 376 ~ 32.45%

%31.91
%35.64
%32.45

CMYK color model

#78867A color CMYK value is (10,0,9,47).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 47.45%
CMYK:
(10,0,9,47)
C10M0Y9K47 
(10%,0%,9%,47%)
(0.10/0.00/0.09/0.47)	

CMYK percentages

%10.45
%0
%8.96
%47.45

Codes

Color #78867A in popluar color models

78867A
RGB120134122
HSL129°5.51%49.80%
HSB/HSV129°10.45%52.55%
CMYK10.45%0.00%8.96%
47.45%

Color #78867A in popluar number systems.

HEX78867A
Decimal120134122
Binary1111000100001101111010
Octal170206172

Shades and tints

Shades of #78867A

#78867A
(120,134,122)
#6E7A6F
(110,122,111)
#646E64
(100,110,100)
#5A6259
(90,98,89)
#50564E
(80,86,78)
#464A43
(70,74,67)
#3C3E38
(60,62,56)
#32322D
(50,50,45)
#282622
(40,38,34)
#1E1A17
(30,26,23)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #78867A

#78867A
(120,134,122)
#849186
(132,145,134)
#909C92
(144,156,146)
#9CA79E
(156,167,158)
#A8B2AA
(168,178,170)
#B4BDB6
(180,189,182)
#C0C8C2
(192,200,194)
#CCD3CE
(204,211,206)
#D8DEDA
(216,222,218)
#E4E9E6
(228,233,230)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78867A color. Also use rgb(120,134,122) instead hex code.

Text Font Color

.myTextColor { color: #78867A; }

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

This text font color is #78867A.


Background Color

.myBgColor { background-color: #78867A; }

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

This div background color is #78867A.


Border color

.myBorderColor { border: 1px solid #78867A; }

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

This div border color is #78867A.


Opacity

.myOpacity80 { color: #78867A; opacity: 0.8; }

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

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

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

This text has shadow with #78867A color.

.textShadow {text-shadow: 3px 3px 1px #78867A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78867A on black background.


Color preview on white background

This text has color #78867A on white background.



Black color preview on #78867A background

This text has black color on #78867A background.


White color preview on #78867A background

This text has white color on #78867A background.