Color Hex Logo

#78451f Color Hex

#78451F
(120,69,31)
0 Favorites   0 Comments

Color spaces of #78451f

RGB 1206931
HSL0.070.590.30
HSV26°74°47°
CMYK 0.000.430.74   0.53
XYZ10.12128.34822.3743
Yxy8.34820.48560.4005
Hunter Lab28.893311.964715.3531
CIE-Lab34.697818.467631.5344

#78451f color RGB value is (120,69,31).

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

The process color (four color CMYK) of #78451f color hex is 0.00, 0.43, 0.74, 0.53. Web safe color of #78451f is #663333. Color #78451f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000101 00011111
Octal 170 105 37
Decimal 120 69 31
Hex 78 45 1F

RGB Percentages of Color #78451f

%54.55
%31.36
%14.09

CMYK Percentages of Color #78451f

%0
%43
%74
%53

Triadic Colors of #78451f

#78451f #1f7845 #451f78

Analogous Colors of #78451f

#78451f #78721f #781f26

Monochromatic Colors of #78451f

#78451f

Complementary Color

#78451f #1f5278

#78451f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78451f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78451f Color CSS Codes

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

#78451f Text Font Color

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

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


#78451f Background Color

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

This div background color is #78451f


#78451f Border Color

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

This div border color is #78451f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,69,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 #78451f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78451f


Comments

No comments written yet.

Please login to write comment.