COLOR #78867D

HEX: #78867D
RGB: (120,134,125)

Color info

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

RGB color model

#78867D color RGB value is (120,134,125).

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

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 125 of 255 = 49%

120
134
125

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 125 = 379 (100%)
R 120 of 379 ~ 31.66%
G 134 of 379 ~ 35.36%
B 125 of 379 ~ 32.98%

%31.66
%35.36
%32.98

CMYK color model

#78867D color CMYK value is (10,0,7,47).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(10,0,7,47)
C10M0Y7K47 
(10%,0%,7%,47%)
(0.10/0.00/0.07/0.47)	

CMYK percentages

%10.45
%0
%6.72
%47.45

Codes

Color #78867D in popluar color models

78867D
RGB120134125
HSL141°5.51%49.80%
HSB/HSV141°10.45%52.55%
CMYK10.45%0.00%6.72%
47.45%

Color #78867D in popluar number systems.

HEX78867D
Decimal120134125
Binary1111000100001101111101
Octal170206175

Shades and tints

Shades of #78867D

#78867D
(120,134,125)
#6E7A72
(110,122,114)
#646E67
(100,110,103)
#5A625C
(90,98,92)
#505651
(80,86,81)
#464A46
(70,74,70)
#3C3E3B
(60,62,59)
#323230
(50,50,48)
#282625
(40,38,37)
#1E1A1A
(30,26,26)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #78867D

#78867D
(120,134,125)
#849188
(132,145,136)
#909C93
(144,156,147)
#9CA79E
(156,167,158)
#A8B2A9
(168,178,169)
#B4BDB4
(180,189,180)
#C0C8BF
(192,200,191)
#CCD3CA
(204,211,202)
#D8DED5
(216,222,213)
#E4E9E0
(228,233,224)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78867D; }

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

This text font color is #78867D.


Background Color

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

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

This div background color is #78867D.


Border color

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

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

This div border color is #78867D.


Opacity

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

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

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

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

This text has shadow with #78867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78867D on black background.


Color preview on white background

This text has color #78867D on white background.



Black color preview on #78867D background

This text has black color on #78867D background.


White color preview on #78867D background

This text has white color on #78867D background.