Color Hex Logo

#766489 Color Hex

#766489
(118,100,137)
0 Favorites   0 Comments

Color spaces of #766489

RGB 118100137
HSL0.750.160.46
HSV269°27°54°
CMYK 0.140.270.00   0.46
XYZ16.543714.772025.6462
Yxy14.77200.29040.2593
Hunter Lab38.43449.5735-12.6585
CIE-Lab45.320314.8578-17.7897

#766489 color RGB value is (118,100,137).

#766489 hex color red value is 118, green value is 100 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #766489 hue: 0.75 , saturation: 0.16 and the lightness value of 766489 is 0.46.

The process color (four color CMYK) of #766489 color hex is 0.14, 0.27, 0.00, 0.46. Web safe color of #766489 is #666699. Color #766489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100100 10001001
Octal 166 144 211
Decimal 118 100 137
Hex 76 64 89

RGB Percentages of Color #766489

%33.24
%28.17
%38.59

CMYK Percentages of Color #766489

%14
%27
%0
%46

Triadic Colors of #766489

#766489 #897664 #648976

Analogous Colors of #766489

#766489 #896489 #646589

Monochromatic Colors of #766489

#766489

Complementary Color

#766489 #778964

#766489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766489 Color CSS Codes

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

#766489 Text Font Color

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

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


#766489 Background Color

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

This div background color is #766489


#766489 Border Color

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

This div border color is #766489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766489

#766489 Color Palettes


Comments

No comments written yet.

Please login to write comment.