Color Hex Logo

#787352 Color Hex

#787352
(120,115,82)
0 Favorites   0 Comments

Color spaces of #787352

RGB 12011582
HSL0.140.190.40
HSV52°32°47°
CMYK 0.000.040.32   0.53
XYZ15.399516.863710.4260
Yxy16.86370.36070.3950
Hunter Lab41.0654-4.927213.6928
CIE-Lab48.0878-3.661518.9974

#787352 color RGB value is (120,115,82).

#787352 hex color red value is 120, green value is 115 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #787352 hue: 0.14 , saturation: 0.19 and the lightness value of 787352 is 0.40.

The process color (four color CMYK) of #787352 color hex is 0.00, 0.04, 0.32, 0.53. Web safe color of #787352 is #666666. Color #787352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110011 01010010
Octal 170 163 122
Decimal 120 115 82
Hex 78 73 52

RGB Percentages of Color #787352

%37.85
%36.28
%25.87

CMYK Percentages of Color #787352

%0
%4
%32
%53

Triadic Colors of #787352

#787352 #527873 #735278

Analogous Colors of #787352

#787352 #6a7852 #786052

Monochromatic Colors of #787352

#787352

Complementary Color

#787352 #525778

#787352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787352 Color CSS Codes

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

#787352 Text Font Color

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

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


#787352 Background Color

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

This div background color is #787352


#787352 Border Color

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

This div border color is #787352


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,115,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #787352; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #787352;
  -webkit-box-shadow: 1px 1px 3px 2px #787352;
  box-shadow:         1px 1px 3px 2px #787352; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787352


Comments

No comments written yet.

Please login to write comment.