Color Hex Logo

#78896d Color Hex

#78896D
(120,137,109)
0 Favorites   0 Comments

Color spaces of #78896d

RGB 120137109
HSL0.270.110.48
HSV96°20°54°
CMYK 0.120.000.20   0.46
XYZ19.451722.988517.8800
Yxy22.98850.32250.3811
Hunter Lab47.9463-11.489111.4522
CIE-Lab55.0605-11.643012.9966

#78896d color RGB value is (120,137,109).

#78896d hex color red value is 120, green value is 137 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #78896d hue: 0.27 , saturation: 0.11 and the lightness value of 78896d is 0.48.

The process color (four color CMYK) of #78896d color hex is 0.12, 0.00, 0.20, 0.46. Web safe color of #78896d is #669966. Color #78896d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001001 01101101
Octal 170 211 155
Decimal 120 137 109
Hex 78 89 6D

RGB Percentages of Color #78896d

%32.79
%37.43
%29.78

CMYK Percentages of Color #78896d

%12
%0
%20
%46

Triadic Colors of #78896d

#78896d #6d7889 #896d78

Analogous Colors of #78896d

#78896d #6d8970 #86896d

Monochromatic Colors of #78896d

#78896d

Complementary Color

#78896d #7e6d89

#78896d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78896d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78896d Color CSS Codes

.mybgcolor {background-color:#78896d; } 
.myforecolor {color:#78896d; }
.mybordercolor {border:3px solid #78896d; }

#78896d Text Font Color

<p style="color:#78896d">Text here</p>

This sample text font color is #78896d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#78896d Background Color

<div style="background-color:#78896d">
Div content here</div>

This div background color is #78896d


#78896d Border Color

<div style="border:3px solid #78896d">
Div here</div>

This div border color is #78896d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,137,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78896d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78896d;
  -webkit-box-shadow: 1px 1px 3px 2px #78896d;
  box-shadow:         1px 1px 3px 2px #78896d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,137,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #78896d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #78896d;
  -webkit-box-shadow: 1px 1px 3px 2px #78896d;
  box-shadow:         1px 1px 3px 2px #78896d;">
Div content here</div>

This div box has shadow with color #78896d


Comments

No comments written yet.

Please login to write comment.