Color Hex Logo

#766499 Color Hex

#766499
(118,100,153)
0 Favorites   0 Comments

Color spaces of #766499

RGB 118100153
HSL0.720.210.50
HSV260°35°60°
CMYK 0.230.350.00   0.40
XYZ17.778215.265832.1466
Yxy15.26580.27270.2342
Hunter Lab39.071512.8455-21.4316
CIE-Lab45.996118.7229-26.2848

#766499 color RGB value is (118,100,153).

#766499 hex color red value is 118, green value is 100 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #766499 hue: 0.72 , saturation: 0.21 and the lightness value of 766499 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100100 10011001
Octal 166 144 231
Decimal 118 100 153
Hex 76 64 99

RGB Percentages of Color #766499

%31.81
%26.95
%41.24

CMYK Percentages of Color #766499

%23
%35
%0
%40

Triadic Colors of #766499

#766499 #997664 #649976

Analogous Colors of #766499

#766499 #916499 #646d99

Monochromatic Colors of #766499

#766499

Complementary Color

#766499 #879964

#766499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766499 Color CSS Codes

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

#766499 Text Font Color

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

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


#766499 Background Color

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

This div background color is #766499


#766499 Border Color

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

This div border color is #766499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766499


Comments

No comments written yet.

Please login to write comment.