Color Hex Logo

#78332e Color Hex

#78332E
(120,51,46)
0 Favorites   0 Comments

Color spaces of #78332e

RGB 1205146
HSL0.010.450.33
HSV62°47°
CMYK 0.000.580.62   0.53
XYZ9.42276.55803.3540
Yxy6.55800.48730.3392
Hunter Lab25.608620.864210.1607
CIE-Lab30.778729.777617.9583

#78332e color RGB value is (120,51,46).

#78332e hex color red value is 120, green value is 51 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #78332e hue: 0.01 , saturation: 0.45 and the lightness value of 78332e is 0.33.

The process color (four color CMYK) of #78332e color hex is 0.00, 0.58, 0.62, 0.53. Web safe color of #78332e is #663333. Color #78332e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110011 00101110
Octal 170 63 56
Decimal 120 51 46
Hex 78 33 2E

RGB Percentages of Color #78332e

%55.30
%23.50
%21.20

CMYK Percentages of Color #78332e

%0
%58
%62
%53

Triadic Colors of #78332e

#78332e #2e7833 #332e78

Analogous Colors of #78332e

#78332e #78582e #782e4e

Monochromatic Colors of #78332e

#78332e

Complementary Color

#78332e #2e7378

#78332e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78332e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78332e Color CSS Codes

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

#78332e Text Font Color

<p style="color:#78332e">Text here</p>

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


#78332e Background Color

<div style="background-color:#78332e">
Div content here</div>

This div background color is #78332e


#78332e Border Color

<div style="border:3px solid #78332e">
Div here</div>

This div border color is #78332e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,51,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78332e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78332e;
  -webkit-box-shadow: 1px 1px 3px 2px #78332e;
  box-shadow:         1px 1px 3px 2px #78332e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78332e


Comments

No comments written yet.

Please login to write comment.