COLOR #78857F

HEX: #78857F RGB: (120,133,127)

Color info

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

RGB color model

#78857F color RGB value is (120,133,127).

RGB: (120,133,127) (47%, 52%, 50%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 127 of 255 = 50%

120
133
127

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

Portions of RGB colors in percentages

R + G + B = 120 + 133 + 127 = 380 (100%)
R 120 of 380 ~ 31.58%
G 133 of 380 ~ 35%
B 127 of 380 ~ 33.42'%

%31.58
%35
%33.42

CMYK color model

#78857F color CMYK value is (10,0,5,48).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 4.51%
  • key color value is 47.84%

CMYK: (10,0,5,48)
C10M0Y5K48 (10%, 0%, 5%, 48%)
(0.10 / 0.00 / 0.05 / 0.48)

CMYK percentages

%9.77
%0
%4.51
%47.84

Codes

Color #78857F in popluar color models

78 85 7F
RGB 120 133 127
HSL 152° 5.14% 49.61%
HSB/HSV 152° 9.77% 52.16%
CMYK 9.77% 0.00% 4.51%
47.84%

Color #78857F in popluar number systems.

HEX 78 85 7F
Decimal 120 133 127
Binary 1111000 10000101 1111111
Octal 170 205 177

Shades and tints

Shades of #78857F

#78857F
(120,133,127)
#6E7974
(110,121,116)
#646D69
(100,109,105)
#5A615E
(90,97,94)
#505553
(80,85,83)
#464948
(70,73,72)
#3C3D3D
(60,61,61)
#323132
(50,49,50)
#282527
(40,37,39)
#1E191C
(30,25,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #78857F

#78857F
(120,133,127)
#84908A
(132,144,138)
#909B95
(144,155,149)
#9CA6A0
(156,166,160)
#A8B1AB
(168,177,171)
#B4BCB6
(180,188,182)
#C0C7C1
(192,199,193)
#CCD2CC
(204,210,204)
#D8DDD7
(216,221,215)
#E4E8E2
(228,232,226)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78857F; }

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

This text font color is #78857F.

Background Color

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

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

This div background color is #78857F.

Border color

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

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

This div border color is #78857F.

Opacity

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

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

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

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

This text has shadow with #78857F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78857F.

Preview

Color preview on black background

This text has color #78857F on black background.


Color preview on white background

This text has color #78857F on white background.


Black color preview on #78857F background

This text has black color on #78857F background.


White color preview on #78857F background

This text has white color on #78857F background.


Related colors

Complementary color

Complementary color for #hex is #877A80.


I love getcolorcode.com

Triadic colors

1 #7F7885 and #857F78 with #78857F are triadic colors.

2 #7F8578 and #85787F with #78857F are triadic colors.