Color Hex Logo

#766c9a Color Hex

#766C9A
(118,108,154)
0 Favorites   0 Comments

Color spaces of #766c9a

RGB 118108154
HSL0.700.190.51
HSV253°30°60°
CMYK 0.230.300.00   0.40
XYZ18.666516.909832.8519
Yxy16.90980.27280.2471
Hunter Lab41.12159.0647-18.5816
CIE-Lab48.146214.1408-23.5447

#766c9a color RGB value is (118,108,154).

#766c9a hex color red value is 118, green value is 108 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #766c9a hue: 0.70 , saturation: 0.19 and the lightness value of 766c9a is 0.51.

The process color (four color CMYK) of #766c9a color hex is 0.23, 0.30, 0.00, 0.40. Web safe color of #766c9a is #666699. Color #766c9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 10011010
Octal 166 154 232
Decimal 118 108 154
Hex 76 6C 9A

RGB Percentages of Color #766c9a

%31.05
%28.42
%40.53

CMYK Percentages of Color #766c9a

%23
%30
%0
%40

Triadic Colors of #766c9a

#766c9a #9a766c #6c9a76

Analogous Colors of #766c9a

#766c9a #8d6c9a #6c799a

Monochromatic Colors of #766c9a

#766c9a

Complementary Color

#766c9a #909a6c

#766c9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766c9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#766c9a Color CSS Codes

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

#766c9a Text Font Color

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

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


#766c9a Background Color

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

This div background color is #766c9a


#766c9a Border Color

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

This div border color is #766c9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766c9a


Comments

No comments written yet.

Please login to write comment.