Color Hex Logo

#766cac Color Hex

#766CAC
(118,108,172)
0 Favorites   0 Comments

Color spaces of #766cac

RGB 118108172
HSL0.690.280.55
HSV249°37°67°
CMYK 0.310.370.00   0.33
XYZ20.280217.555241.3493
Yxy17.55520.25610.2217
Hunter Lab41.898913.0757-29.1830
CIE-Lab48.952118.8116-32.8461

#766cac color RGB value is (118,108,172).

#766cac hex color red value is 118, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #766cac hue: 0.69 , saturation: 0.28 and the lightness value of 766cac is 0.55.

The process color (four color CMYK) of #766cac color hex is 0.31, 0.37, 0.00, 0.33. Web safe color of #766cac is #666699. Color #766cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101100 10101100
Octal 166 154 254
Decimal 118 108 172
Hex 76 6C AC

RGB Percentages of Color #766cac

%29.65
%27.14
%43.22

CMYK Percentages of Color #766cac

%31
%37
%0
%33

Triadic Colors of #766cac

#766cac #ac766c #6cac76

Analogous Colors of #766cac

#766cac #966cac #6c82ac

Monochromatic Colors of #766cac

#766cac

Complementary Color

#766cac #a2ac6c

#766cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#766cac Color CSS Codes

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

#766cac Text Font Color

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

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


#766cac Background Color

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

This div background color is #766cac


#766cac Border Color

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

This div border color is #766cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766cac


Comments

No comments written yet.

Please login to write comment.