Color Hex Logo

#78605f Color Hex

#78605F
(120,96,95)
0 Favorites   0 Comments

Color spaces of #78605f

RGB 1209695
HSL0.010.120.42
HSV21°47°
CMYK 0.000.200.21   0.53
XYZ13.994213.185012.6339
Yxy13.18500.35150.3312
Hunter Lab36.31125.24884.7888
CIE-Lab43.04079.53624.2454

#78605f color RGB value is (120,96,95).

#78605f hex color red value is 120, green value is 96 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #78605f hue: 0.01 , saturation: 0.12 and the lightness value of 78605f is 0.42.

The process color (four color CMYK) of #78605f color hex is 0.00, 0.20, 0.21, 0.53. Web safe color of #78605f is #666666. Color #78605f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100000 01011111
Octal 170 140 137
Decimal 120 96 95
Hex 78 60 5F

RGB Percentages of Color #78605f

%38.59
%30.87
%30.55

CMYK Percentages of Color #78605f

%0
%20
%21
%53

Triadic Colors of #78605f

#78605f #5f7860 #605f78

Analogous Colors of #78605f

#78605f #786d5f #785f6b

Monochromatic Colors of #78605f

#78605f

Complementary Color

#78605f #5f7778

#78605f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78605f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78605f Color CSS Codes

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

#78605f Text Font Color

<p style="color:#78605f">Text here</p>

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


#78605f Background Color

<div style="background-color:#78605f">
Div content here</div>

This div background color is #78605f


#78605f Border Color

<div style="border:3px solid #78605f">
Div here</div>

This div border color is #78605f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,96,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78605f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78605f;
  -webkit-box-shadow: 1px 1px 3px 2px #78605f;
  box-shadow:         1px 1px 3px 2px #78605f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78605f


Comments

No comments written yet.

Please login to write comment.