Color Hex Logo

#78502b Color Hex

#78502B
(120,80,43)
0 Favorites   0 Comments

Color spaces of #78502b

RGB 1208043
HSL0.080.470.32
HSV29°64°47°
CMYK 0.000.330.64   0.53
XYZ11.05049.90483.6149
Yxy9.90480.44970.4031
Hunter Lab31.47197.599015.2202
CIE-Lab37.671012.693128.2563

#78502b color RGB value is (120,80,43).

#78502b hex color red value is 120, green value is 80 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #78502b hue: 0.08 , saturation: 0.47 and the lightness value of 78502b is 0.32.

The process color (four color CMYK) of #78502b color hex is 0.00, 0.33, 0.64, 0.53. Web safe color of #78502b is #666633. Color #78502b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 00101011
Octal 170 120 53
Decimal 120 80 43
Hex 78 50 2B

RGB Percentages of Color #78502b

%49.38
%32.92
%17.70

CMYK Percentages of Color #78502b

%0
%33
%64
%53

Triadic Colors of #78502b

#78502b #2b7850 #502b78

Analogous Colors of #78502b

#78502b #78772b #782b2d

Monochromatic Colors of #78502b

#78502b

Complementary Color

#78502b #2b5378

#78502b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78502b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78502b Color CSS Codes

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

#78502b Text Font Color

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

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


#78502b Background Color

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

This div background color is #78502b


#78502b Border Color

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

This div border color is #78502b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78502b


Comments

No comments written yet.

Please login to write comment.