Color Hex Logo

#78551f Color Hex

#78551F
(120,85,31)
0 Favorites   0 Comments

Color spaces of #78551f

RGB 1208531
HSL0.100.590.30
HSV36°74°47°
CMYK 0.000.290.74   0.53
XYZ11.241610.58902.7477
Yxy10.58900.45740.4308
Hunter Lab32.54074.718717.7721
CIE-Lab38.87948.883935.9564

#78551f color RGB value is (120,85,31).

#78551f hex color red value is 120, green value is 85 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #78551f hue: 0.10 , saturation: 0.59 and the lightness value of 78551f is 0.30.

The process color (four color CMYK) of #78551f color hex is 0.00, 0.29, 0.74, 0.53. Web safe color of #78551f is #666633. Color #78551f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010101 00011111
Octal 170 125 37
Decimal 120 85 31
Hex 78 55 1F

RGB Percentages of Color #78551f

%50.85
%36.02
%13.14

CMYK Percentages of Color #78551f

%0
%29
%74
%53

Triadic Colors of #78551f

#78551f #1f7855 #551f78

Analogous Colors of #78551f

#78551f #6f781f #78291f

Monochromatic Colors of #78551f

#78551f

Complementary Color

#78551f #1f4278

#78551f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78551f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78551f Color CSS Codes

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

#78551f Text Font Color

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

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


#78551f Background Color

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

This div background color is #78551f


#78551f Border Color

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

This div border color is #78551f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78551f


Comments

No comments written yet.

Please login to write comment.