Color Hex Logo

#765999 Color Hex

#765999
(118,89,153)
0 Favorites   0 Comments

Color spaces of #765999

RGB 11889153
HSL0.740.260.47
HSV267°42°60°
CMYK 0.230.420.00   0.40
XYZ16.793413.296231.8183
Yxy13.29620.27130.2148
Hunter Lab36.464018.3959-26.2114
CIE-Lab43.206225.3680-30.6401

#765999 color RGB value is (118,89,153).

#765999 hex color red value is 118, green value is 89 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #765999 hue: 0.74 , saturation: 0.26 and the lightness value of 765999 is 0.47.

The process color (four color CMYK) of #765999 color hex is 0.23, 0.42, 0.00, 0.40. Web safe color of #765999 is #666699. Color #765999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011001 10011001
Octal 166 131 231
Decimal 118 89 153
Hex 76 59 99

RGB Percentages of Color #765999

%32.78
%24.72
%42.50

CMYK Percentages of Color #765999

%23
%42
%0
%40

Triadic Colors of #765999

#765999 #997659 #599976

Analogous Colors of #765999

#765999 #965999 #595c99

Monochromatic Colors of #765999

#765999

Complementary Color

#765999 #7c9959

#765999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765999 Color CSS Codes

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

#765999 Text Font Color

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

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


#765999 Background Color

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

This div background color is #765999


#765999 Border Color

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

This div border color is #765999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765999


Comments

No comments written yet.

Please login to write comment.