Color Hex Logo

#765799 Color Hex

#765799
(118,87,153)
0 Favorites   0 Comments

Color spaces of #765799

RGB 11887153
HSL0.740.280.47
HSV268°43°60°
CMYK 0.230.430.00   0.40
XYZ16.629212.967831.7636
Yxy12.96780.27100.2113
Hunter Lab36.010819.4094-27.0896
CIE-Lab42.714726.5691-31.4115

#765799 color RGB value is (118,87,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010111 10011001
Octal 166 127 231
Decimal 118 87 153
Hex 76 57 99

RGB Percentages of Color #765799

%32.96
%24.30
%42.74

CMYK Percentages of Color #765799

%23
%43
%0
%40

Triadic Colors of #765799

#765799 #997657 #579976

Analogous Colors of #765799

#765799 #975799 #575999

Monochromatic Colors of #765799

#765799

Complementary Color

#765799 #7a9957

#765799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765799 Color CSS Codes

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

#765799 Text Font Color

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

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


#765799 Background Color

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

This div background color is #765799


#765799 Border Color

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

This div border color is #765799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765799


Comments

No comments written yet.

Please login to write comment.