Color Hex Logo

#766d81 Color Hex

#766D81
(118,109,129)
0 Favorites   0 Comments

Color spaces of #766d81

RGB 118109129
HSL0.740.080.47
HSV267°16°51°
CMYK 0.090.160.00   0.49
XYZ16.902316.373823.0385
Yxy16.37380.30010.2908
Hunter Lab40.46463.7476-5.4316
CIE-Lab47.46117.6329-9.7619

#766d81 color RGB value is (118,109,129).

#766d81 hex color red value is 118, green value is 109 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #766d81 hue: 0.74 , saturation: 0.08 and the lightness value of 766d81 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101101 10000001
Octal 166 155 201
Decimal 118 109 129
Hex 76 6D 81

RGB Percentages of Color #766d81

%33.15
%30.62
%36.24

CMYK Percentages of Color #766d81

%9
%16
%0
%49

Triadic Colors of #766d81

#766d81 #81766d #6d8176

Analogous Colors of #766d81

#766d81 #806d81 #6d6e81

Monochromatic Colors of #766d81

#766d81

Complementary Color

#766d81 #78816d

#766d81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766d81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766d81 Color CSS Codes

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

#766d81 Text Font Color

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

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


#766d81 Background Color

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

This div background color is #766d81


#766d81 Border Color

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

This div border color is #766d81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766d81


Comments

No comments written yet.

Please login to write comment.