Color Hex Logo

#764759 Color Hex

#764759
(118,71,89)
0 Favorites   0 Comments

Color spaces of #764759

RGB 1187189
HSL0.940.250.37
HSV337°40°46°
CMYK 0.000.400.25   0.54
XYZ11.52769.079310.5961
Yxy9.07930.36940.2910
Hunter Lab30.131915.55820.2425
CIE-Lab36.136522.7707-2.1033

#764759 color RGB value is (118,71,89).

#764759 hex color red value is 118, green value is 71 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #764759 hue: 0.94 , saturation: 0.25 and the lightness value of 764759 is 0.37.

The process color (four color CMYK) of #764759 color hex is 0.00, 0.40, 0.25, 0.54. Web safe color of #764759 is #663366. Color #764759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000111 01011001
Octal 166 107 131
Decimal 118 71 89
Hex 76 47 59

RGB Percentages of Color #764759

%42.45
%25.54
%32.01

CMYK Percentages of Color #764759

%0
%40
%25
%54

Triadic Colors of #764759

#764759 #597647 #475976

Analogous Colors of #764759

#764759 #764d47 #764771

Monochromatic Colors of #764759

#764759

Complementary Color

#764759 #477664

#764759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764759 Color CSS Codes

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

#764759 Text Font Color

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

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


#764759 Background Color

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

This div background color is #764759


#764759 Border Color

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

This div border color is #764759


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,71,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764759


Comments

No comments written yet.

Please login to write comment.