Color Hex Logo

#776cac Color Hex

#776CAC
(119,108,172)
0 Favorites   0 Comments

Color spaces of #776cac

RGB 119108172
HSL0.700.280.55
HSV250°37°67°
CMYK 0.310.370.00   0.33
XYZ20.416717.625641.3557
Yxy17.62560.25710.2220
Hunter Lab41.982913.3364-29.0163
CIE-Lab49.038819.1066-32.7041

#776cac color RGB value is (119,108,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101100 10101100
Octal 167 154 254
Decimal 119 108 172
Hex 77 6C AC

RGB Percentages of Color #776cac

%29.82
%27.07
%43.11

CMYK Percentages of Color #776cac

%31
%37
%0
%33

Triadic Colors of #776cac

#776cac #ac776c #6cac77

Analogous Colors of #776cac

#776cac #976cac #6c81ac

Monochromatic Colors of #776cac

#776cac

Complementary Color

#776cac #a1ac6c

#776cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#776cac Color CSS Codes

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

#776cac Text Font Color

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

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


#776cac Background Color

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

This div background color is #776cac


#776cac Border Color

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

This div border color is #776cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776cac


Comments

No comments written yet.

Please login to write comment.