Color Hex Logo

#764652 Color Hex

#764652
(118,70,82)
0 Favorites   0 Comments

Color spaces of #764652

RGB 1187082
HSL0.960.260.37
HSV345°41°46°
CMYK 0.000.410.31   0.54
XYZ11.18448.84119.0997
Yxy8.84110.38400.3036
Hunter Lab29.734015.10812.6689
CIE-Lab35.676522.27251.6557

#764652 color RGB value is (118,70,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 01010010
Octal 166 106 122
Decimal 118 70 82
Hex 76 46 52

RGB Percentages of Color #764652

%43.70
%25.93
%30.37

CMYK Percentages of Color #764652

%0
%41
%31
%54

Triadic Colors of #764652

#764652 #527646 #465276

Analogous Colors of #764652

#764652 #765246 #76466a

Monochromatic Colors of #764652

#764652

Complementary Color

#764652 #46766a

#764652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764652 Color CSS Codes

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

#764652 Text Font Color

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

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


#764652 Background Color

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

This div background color is #764652


#764652 Border Color

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

This div border color is #764652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764652

#764652 Color Palettes


Comments

No comments written yet.

Please login to write comment.