Color Hex Logo

#766881 Color Hex

#766881
(118,104,129)
0 Favorites   0 Comments

Color spaces of #766881

RGB 118104129
HSL0.760.110.46
HSV274°19°51°
CMYK 0.090.190.00   0.49
XYZ16.384015.337222.8657
Yxy15.33720.30010.2810
Hunter Lab39.16276.1419-7.2034
CIE-Lab46.092610.6277-11.8227

#766881 color RGB value is (118,104,129).

#766881 hex color red value is 118, green value is 104 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #766881 hue: 0.76 , saturation: 0.11 and the lightness value of 766881 is 0.46.

The process color (four color CMYK) of #766881 color hex is 0.09, 0.19, 0.00, 0.49. Web safe color of #766881 is #666699. Color #766881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101000 10000001
Octal 166 150 201
Decimal 118 104 129
Hex 76 68 81

RGB Percentages of Color #766881

%33.62
%29.63
%36.75

CMYK Percentages of Color #766881

%9
%19
%0
%49

Triadic Colors of #766881

#766881 #817668 #688176

Analogous Colors of #766881

#766881 #816880 #6a6881

Monochromatic Colors of #766881

#766881

Complementary Color

#766881 #738168

#766881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766881 Color CSS Codes

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

#766881 Text Font Color

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

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


#766881 Background Color

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

This div background color is #766881


#766881 Border Color

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

This div border color is #766881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766881


Comments

No comments written yet.

Please login to write comment.