COLOR #78837A

HEX: #78837A RGB: (120,131,122)

Color info

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

RGB color model

#78837A color RGB value is (120,131,122).

RGB: (120,131,122) (47%, 51%, 48%)

RGB channels and saturation

R 120 of 255 = 47%
G 131 of 255 = 51%
B 122 of 255 = 48%

120
131
122

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

Portions of RGB colors in percentages

R + G + B = 120 + 131 + 122 = 373 (100%)
R 120 of 373 ~ 32.17%
G 131 of 373 ~ 35.12%
B 122 of 373 ~ 32.71'%

%32.17
%35.12
%32.71

CMYK color model

#78837A color CMYK value is (8,0,7,49).

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

CMYK: (8,0,7,49)
C8M0Y7K49 (8%, 0%, 7%, 49%)
(0.08 / 0.00 / 0.07 / 0.49)

CMYK percentages

%8.4
%0
%6.87
%48.63

Codes

Color #78837A in popluar color models

78 83 7A
RGB 120 131 122
HSL 131° 4.38% 49.22%
HSB/HSV 131° 8.40% 51.37%
CMYK 8.40% 0.00% 6.87%
48.63%

Color #78837A in popluar number systems.

HEX 78 83 7A
Decimal 120 131 122
Binary 1111000 10000011 1111010
Octal 170 203 172

Shades and tints

Shades of #78837A

#78837A
(120,131,122)
#6E786F
(110,120,111)
#646D64
(100,109,100)
#5A6259
(90,98,89)
#50574E
(80,87,78)
#464C43
(70,76,67)
#3C4138
(60,65,56)
#32362D
(50,54,45)
#282B22
(40,43,34)
#1E2017
(30,32,23)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #78837A

#78837A
(120,131,122)
#848E86
(132,142,134)
#909992
(144,153,146)
#9CA49E
(156,164,158)
#A8AFAA
(168,175,170)
#B4BAB6
(180,186,182)
#C0C5C2
(192,197,194)
#CCD0CE
(204,208,206)
#D8DBDA
(216,219,218)
#E4E6E6
(228,230,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78837A; }

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

This text font color is #78837A.

Background Color

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

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

This div background color is #78837A.

Border color

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

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

This div border color is #78837A.

Opacity

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

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

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

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

This text has shadow with #78837A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78837A.

Preview

Color preview on black background

This text has color #78837A on black background.


Color preview on white background

This text has color #78837A on white background.


Black color preview on #78837A background

This text has black color on #78837A background.


White color preview on #78837A background

This text has white color on #78837A background.


Related colors

Complementary color

Complementary color for #hex is #877C85.


I love getcolorcode.com

Triadic colors

1 #7A7883 and #837A78 with #78837A are triadic colors.

2 #7A8378 and #83787A with #78837A are triadic colors.