Color Hex Logo

#78805d Color Hex

#78805D
(120,128,93)
0 Favorites   0 Comments

Color spaces of #78805d

RGB 12012893
HSL0.200.160.43
HSV74°27°50°
CMYK 0.060.000.27   0.50
XYZ17.440720.221713.3399
Yxy20.22170.34200.3965
Hunter Lab44.9685-9.465113.8896
CIE-Lab52.0869-9.351718.0582

#78805d color RGB value is (120,128,93).

#78805d hex color red value is 120, green value is 128 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #78805d hue: 0.20 , saturation: 0.16 and the lightness value of 78805d is 0.43.

The process color (four color CMYK) of #78805d color hex is 0.06, 0.00, 0.27, 0.50. Web safe color of #78805d is #669966. Color #78805d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000000 01011101
Octal 170 200 135
Decimal 120 128 93
Hex 78 80 5D

RGB Percentages of Color #78805d

%35.19
%37.54
%27.27

CMYK Percentages of Color #78805d

%6
%0
%27
%50

Triadic Colors of #78805d

#78805d #5d7880 #805d78

Analogous Colors of #78805d

#78805d #67805d #80775d

Monochromatic Colors of #78805d

#78805d

Complementary Color

#78805d #655d80

#78805d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78805d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78805d Color CSS Codes

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

#78805d Text Font Color

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

This sample text font color is #78805d
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.


#78805d Background Color

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

This div background color is #78805d


#78805d Border Color

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

This div border color is #78805d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78805d


Comments

No comments written yet.

Please login to write comment.