COLOR #78837F

HEX: #78837F RGB: (120,131,127)

Color info

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

RGB color model

#78837F color RGB value is (120,131,127).

RGB: (120,131,127) (47%, 51%, 50%)

RGB channels and saturation

R 120 of 255 = 47%
G 131 of 255 = 51%
B 127 of 255 = 50%

120
131
127

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

Portions of RGB colors in percentages

R + G + B = 120 + 131 + 127 = 378 (100%)
R 120 of 378 ~ 31.75%
G 131 of 378 ~ 34.66%
B 127 of 378 ~ 33.6'%

%31.75
%34.66
%33.6

CMYK color model

#78837F color CMYK value is (8,0,3,49).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK: (8,0,3,49) C8M0Y3K49 (8%,0%,3%,49%) (0.08/0.00/0.03/0.49) 

CMYK percentages

%8.4
%0
%3.05
%48.63

Codes

Color #78837F in popluar color models

78 83 7F
RGB 120 131 127
HSL 158° 4.38% 49.22%
HSB/HSV 158° 8.40% 51.37%
CMYK 8.40% 0.00% 3.05%
48.63%

Color #78837F in popluar number systems.

HEX 78 83 7F
Decimal 120 131 127
Binary 1111000 10000011 1111111
Octal 170 203 177

Shades and tints

Shades of #78837F

#78837F
(120,131,127)
#6E7874
(110,120,116)
#646D69
(100,109,105)
#5A625E
(90,98,94)
#505753
(80,87,83)
#464C48
(70,76,72)
#3C413D
(60,65,61)
#323632
(50,54,50)
#282B27
(40,43,39)
#1E201C
(30,32,28)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #78837F

#78837F
(120,131,127)
#848E8A
(132,142,138)
#909995
(144,153,149)
#9CA4A0
(156,164,160)
#A8AFAB
(168,175,171)
#B4BAB6
(180,186,182)
#C0C5C1
(192,197,193)
#CCD0CC
(204,208,204)
#D8DBD7
(216,219,215)
#E4E6E2
(228,230,226)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78837F; }

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

This text font color is #78837F.

Background Color

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

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

This div background color is #78837F.

Border color

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

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

This div border color is #78837F.

Opacity

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

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

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

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

This text has shadow with #78837F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78837F.

Preview

Color preview on black background

This text has color #78837F on black background.


Color preview on white background

This text has color #78837F on white background.


Black color preview on #78837F background

This text has black color on #78837F background.


White color preview on #78837F background

This text has white color on #78837F background.


Related colors

Complementary color

Complementary color for #hex is #877C80.


I love getcolorcode.com

Triadic colors

1 #7F7883 and #837F78 with #78837F are triadic colors.

2 #7F8378 and #83787F with #78837F are triadic colors.