Color Hex Logo

#787852 Color Hex

#787852
(120,120,82)
0 Favorites   0 Comments

Color spaces of #787852

RGB 12012082
HSL0.170.190.40
HSV60°32°47°
CMYK 0.000.000.32   0.53
XYZ15.985218.035210.6213
Yxy18.03520.35810.4040
Hunter Lab42.4679-7.130114.8990
CIE-Lab49.5388-6.502720.9312

#787852 color RGB value is (120,120,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111000 01010010
Octal 170 170 122
Decimal 120 120 82
Hex 78 78 52

RGB Percentages of Color #787852

%37.27
%37.27
%25.47

CMYK Percentages of Color #787852

%0
%0
%32
%53

Triadic Colors of #787852

#787852 #527878 #785278

Analogous Colors of #787852

#787852 #657852 #786552

Monochromatic Colors of #787852

#787852

Complementary Color

#787852 #525278

#787852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787852 Color CSS Codes

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

#787852 Text Font Color

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

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


#787852 Background Color

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

This div background color is #787852


#787852 Border Color

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

This div border color is #787852


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,120,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 #787852">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787852

#787852 Color Palettes


Comments

No comments written yet.

Please login to write comment.