COLOR #78837D

HEX: #78837D RGB: (120,131,125)

Color info

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

RGB color model

#78837D color RGB value is (120,131,125).

RGB: (120,131,125) (47%, 51%, 49%)

RGB channels and saturation

R 120 of 255 = 47%
G 131 of 255 = 51%
B 125 of 255 = 49%

120
131
125

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

Portions of RGB colors in percentages

R + G + B = 120 + 131 + 125 = 376 (100%)
R 120 of 376 ~ 31.91%
G 131 of 376 ~ 34.84%
B 125 of 376 ~ 33.24'%

%31.91
%34.84
%33.24

CMYK color model

#78837D color CMYK value is (8,0,5,49).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 48.63%

CMYK: (8,0,5,49)
C8M0Y5K49 (8%, 0%, 5%, 49%)
(0.08 / 0.00 / 0.05 / 0.49)

CMYK percentages

%8.4
%0
%4.58
%48.63

Codes

Color #78837D in popluar color models

78 83 7D
RGB 120 131 125
HSL 147° 4.38% 49.22%
HSB/HSV 147° 8.40% 51.37%
CMYK 8.40% 0.00% 4.58%
48.63%

Color #78837D in popluar number systems.

HEX 78 83 7D
Decimal 120 131 125
Binary 1111000 10000011 1111101
Octal 170 203 175

Shades and tints

Shades of #78837D

#78837D
(120,131,125)
#6E7872
(110,120,114)
#646D67
(100,109,103)
#5A625C
(90,98,92)
#505751
(80,87,81)
#464C46
(70,76,70)
#3C413B
(60,65,59)
#323630
(50,54,48)
#282B25
(40,43,37)
#1E201A
(30,32,26)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #78837D

#78837D
(120,131,125)
#848E88
(132,142,136)
#909993
(144,153,147)
#9CA49E
(156,164,158)
#A8AFA9
(168,175,169)
#B4BAB4
(180,186,180)
#C0C5BF
(192,197,191)
#CCD0CA
(204,208,202)
#D8DBD5
(216,219,213)
#E4E6E0
(228,230,224)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78837D; }

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

This text font color is #78837D.

Background Color

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

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

This div background color is #78837D.

Border color

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

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

This div border color is #78837D.

Opacity

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

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

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

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

This text has shadow with #78837D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78837D.

Preview

Color preview on black background

This text has color #78837D on black background.


Color preview on white background

This text has color #78837D on white background.


Black color preview on #78837D background

This text has black color on #78837D background.


White color preview on #78837D background

This text has white color on #78837D background.


Related colors

Complementary color

Complementary color for #hex is #877C82.


I love getcolorcode.com

Triadic colors

1 #7D7883 and #837D78 with #78837D are triadic colors.

2 #7D8378 and #83787D with #78837D are triadic colors.