Color Hex Logo

#766487 Color Hex

#766487
(118,100,135)
0 Favorites   0 Comments

Color spaces of #766487

RGB 118100135
HSL0.750.150.46
HSV271°26°53°
CMYK 0.130.260.00   0.47
XYZ16.401614.715224.8975
Yxy14.71520.29280.2627
Hunter Lab38.36049.1898-11.6294
CIE-Lab45.241614.3955-16.7116

#766487 color RGB value is (118,100,135).

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

The process color (four color CMYK) of #766487 color hex is 0.13, 0.26, 0.00, 0.47. Web safe color of #766487 is #666699. Color #766487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100100 10000111
Octal 166 144 207
Decimal 118 100 135
Hex 76 64 87

RGB Percentages of Color #766487

%33.43
%28.33
%38.24

CMYK Percentages of Color #766487

%13
%26
%0
%47

Triadic Colors of #766487

#766487 #877664 #648776

Analogous Colors of #766487

#766487 #876487 #656487

Monochromatic Colors of #766487

#766487

Complementary Color

#766487 #758764

#766487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766487 Color CSS Codes

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

#766487 Text Font Color

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

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


#766487 Background Color

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

This div background color is #766487


#766487 Border Color

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

This div border color is #766487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766487


Comments

No comments written yet.

Please login to write comment.