Color Hex Logo

#765659 Color Hex

#765659
(118,86,89)
0 Favorites   0 Comments

Color spaces of #765659

RGB 1188689
HSL0.980.160.40
HSV354°27°46°
CMYK 0.000.270.25   0.54
XYZ12.602211.228410.9543
Yxy11.22840.36230.3228
Hunter Lab33.50888.49104.0738
CIE-Lab39.962513.74263.4681

#765659 color RGB value is (118,86,89).

#765659 hex color red value is 118, green value is 86 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #765659 hue: 0.98 , saturation: 0.16 and the lightness value of 765659 is 0.40.

The process color (four color CMYK) of #765659 color hex is 0.00, 0.27, 0.25, 0.54. Web safe color of #765659 is #666666. Color #765659 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010110 01011001
Octal 166 126 131
Decimal 118 86 89
Hex 76 56 59

RGB Percentages of Color #765659

%40.27
%29.35
%30.38

CMYK Percentages of Color #765659

%0
%27
%25
%54

Triadic Colors of #765659

#765659 #597656 #565976

Analogous Colors of #765659

#765659 #766356 #765669

Monochromatic Colors of #765659

#765659

Complementary Color

#765659 #567673

#765659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765659 Color CSS Codes

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

#765659 Text Font Color

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

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


#765659 Background Color

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

This div background color is #765659


#765659 Border Color

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

This div border color is #765659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765659


Comments

No comments written yet.

Please login to write comment.