Color Hex Logo

#766987 Color Hex

#766987
(118,105,135)
0 Favorites   0 Comments

Color spaces of #766987

RGB 118105135
HSL0.740.130.47
HSV266°22°53°
CMYK 0.130.220.00   0.47
XYZ16.896015.704025.0623
Yxy15.70400.29300.2723
Hunter Lab39.62836.7562-9.7573
CIE-Lab46.583711.3799-14.6669

#766987 color RGB value is (118,105,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101001 10000111
Octal 166 151 207
Decimal 118 105 135
Hex 76 69 87

RGB Percentages of Color #766987

%32.96
%29.33
%37.71

CMYK Percentages of Color #766987

%13
%22
%0
%47

Triadic Colors of #766987

#766987 #877669 #698776

Analogous Colors of #766987

#766987 #856987 #696b87

Monochromatic Colors of #766987

#766987

Complementary Color

#766987 #7a8769

#766987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766987 Color CSS Codes

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

#766987 Text Font Color

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

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


#766987 Background Color

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

This div background color is #766987


#766987 Border Color

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

This div border color is #766987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766987


Comments

No comments written yet.

Please login to write comment.