Color Hex Logo

#78400b Color Hex

#78400B
(120,64,11)
0 Favorites   0 Comments

Color spaces of #78400b

RGB 1206411
HSL0.080.830.26
HSV29°91°47°
CMYK 0.000.470.91   0.53
XYZ9.63957.68401.2917
Yxy7.68400.51780.4128
Hunter Lab27.720013.562416.6412
CIE-Lab33.315920.602839.4135

#78400b color RGB value is (120,64,11).

#78400b hex color red value is 120, green value is 64 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #78400b hue: 0.08 , saturation: 0.83 and the lightness value of 78400b is 0.26.

The process color (four color CMYK) of #78400b color hex is 0.00, 0.47, 0.91, 0.53. Web safe color of #78400b is #663300. Color #78400b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 00001011
Octal 170 100 13
Decimal 120 64 11
Hex 78 40 B

RGB Percentages of Color #78400b

%61.54
%32.82
%5.64

CMYK Percentages of Color #78400b

%0
%47
%91
%53

Triadic Colors of #78400b

#78400b #0b7840 #400b78

Analogous Colors of #78400b

#78400b #78770b #780b0d

Monochromatic Colors of #78400b

#78400b

Complementary Color

#78400b #0b4378

#78400b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78400b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78400b Color CSS Codes

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

#78400b Text Font Color

<p style="color:#78400b">Text here</p>

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


#78400b Background Color

<div style="background-color:#78400b">
Div content here</div>

This div background color is #78400b


#78400b Border Color

<div style="border:3px solid #78400b">
Div here</div>

This div border color is #78400b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78400b


Comments

No comments written yet.

Please login to write comment.