Color Hex Logo

#764852 Color Hex

#764852
(118,72,82)
0 Favorites   0 Comments

Color spaces of #764852

RGB 1187282
HSL0.960.240.37
HSV347°39°46°
CMYK 0.000.390.31   0.54
XYZ11.31169.09559.1421
Yxy9.09550.38280.3078
Hunter Lab30.158714.17193.1384
CIE-Lab36.167521.08152.3666

#764852 color RGB value is (118,72,82).

#764852 hex color red value is 118, green value is 72 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #764852 hue: 0.96 , saturation: 0.24 and the lightness value of 764852 is 0.37.

The process color (four color CMYK) of #764852 color hex is 0.00, 0.39, 0.31, 0.54. Web safe color of #764852 is #663366. Color #764852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001000 01010010
Octal 166 110 122
Decimal 118 72 82
Hex 76 48 52

RGB Percentages of Color #764852

%43.38
%26.47
%30.15

CMYK Percentages of Color #764852

%0
%39
%31
%54

Triadic Colors of #764852

#764852 #527648 #485276

Analogous Colors of #764852

#764852 #765548 #764869

Monochromatic Colors of #764852

#764852

Complementary Color

#764852 #48766c

#764852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764852 Color CSS Codes

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

#764852 Text Font Color

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

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


#764852 Background Color

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

This div background color is #764852


#764852 Border Color

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

This div border color is #764852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764852


Comments

No comments written yet.

Please login to write comment.