Color Hex Logo

#78403f Color Hex

#78403F
(120,64,63)
0 Favorites   0 Comments

Color spaces of #78403f

RGB 1206463
HSL0.000.310.36
HSV48°47°
CMYK 0.000.470.48   0.53
XYZ10.47638.01875.6982
Yxy8.01870.43300.3314
Hunter Lab28.317316.48277.8914
CIE-Lab34.021824.121111.4351

#78403f color RGB value is (120,64,63).

#78403f hex color red value is 120, green value is 64 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #78403f hue: 0.00 , saturation: 0.31 and the lightness value of 78403f is 0.36.

The process color (four color CMYK) of #78403f color hex is 0.00, 0.47, 0.48, 0.53. Web safe color of #78403f is #663333. Color #78403f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 00111111
Octal 170 100 77
Decimal 120 64 63
Hex 78 40 3F

RGB Percentages of Color #78403f

%48.58
%25.91
%25.51

CMYK Percentages of Color #78403f

%0
%47
%48
%53

Triadic Colors of #78403f

#78403f #3f7840 #403f78

Analogous Colors of #78403f

#78403f #785d3f #783f5b

Monochromatic Colors of #78403f

#78403f

Complementary Color

#78403f #3f7778

#78403f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78403f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78403f Color CSS Codes

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

#78403f Text Font Color

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

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


#78403f Background Color

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

This div background color is #78403f


#78403f Border Color

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

This div border color is #78403f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78403f


Comments

No comments written yet.

Please login to write comment.