COLOR #78857B

HEX: #78857B
RGB: (120,133,123)

Color info

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

RGB color model

#78857B color RGB value is (120,133,123).

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

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 123 of 255 = 48%

120
133
123

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

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 123 = 376 (100%)
R 120 of 376 ~ 31.91%
G 133 of 376 ~ 35.37%
B 123 of 376 ~ 32.71%

%31.91
%35.37
%32.71

CMYK color model

#78857B color CMYK value is (10,0,8,48).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 47.84%
CMYK:
(10,0,8,48)
C10M0Y8K48 
(10%,0%,8%,48%)
(0.10/0.00/0.08/0.48)	

CMYK percentages

%9.77
%0
%7.52
%47.84

Codes

Color #78857B in popluar color models

78857B
RGB120133123
HSL134°5.14%49.61%
HSB/HSV134°9.77%52.16%
CMYK9.77%0.00%7.52%
47.84%

Color #78857B in popluar number systems.

HEX78857B
Decimal120133123
Binary1111000100001011111011
Octal170205173

Shades and tints

Shades of #78857B

#78857B
(120,133,123)
#6E7970
(110,121,112)
#646D65
(100,109,101)
#5A615A
(90,97,90)
#50554F
(80,85,79)
#464944
(70,73,68)
#3C3D39
(60,61,57)
#32312E
(50,49,46)
#282523
(40,37,35)
#1E1918
(30,25,24)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #78857B

#78857B
(120,133,123)
#849087
(132,144,135)
#909B93
(144,155,147)
#9CA69F
(156,166,159)
#A8B1AB
(168,177,171)
#B4BCB7
(180,188,183)
#C0C7C3
(192,199,195)
#CCD2CF
(204,210,207)
#D8DDDB
(216,221,219)
#E4E8E7
(228,232,231)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78857B; }

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

This text font color is #78857B.


Background Color

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

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

This div background color is #78857B.


Border color

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

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

This div border color is #78857B.


Opacity

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

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

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

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

This text has shadow with #78857B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78857B on black background.


Color preview on white background

This text has color #78857B on white background.



Black color preview on #78857B background

This text has black color on #78857B background.


White color preview on #78857B background

This text has white color on #78857B background.