Color Hex Logo

#776caa Color Hex

#776CAA
(119,108,170)
0 Favorites   0 Comments

Color spaces of #776caa

RGB 119108170
HSL0.700.270.55
HSV251°36°67°
CMYK 0.300.360.00   0.33
XYZ20.226017.549340.3515
Yxy17.54930.25890.2246
Hunter Lab41.891912.8716-27.7856
CIE-Lab48.944818.5765-31.6842

#776caa color RGB value is (119,108,170).

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

The process color (four color CMYK) of #776caa color hex is 0.30, 0.36, 0.00, 0.33. Web safe color of #776caa is #666699. Color #776caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101100 10101010
Octal 167 154 252
Decimal 119 108 170
Hex 77 6C AA

RGB Percentages of Color #776caa

%29.97
%27.20
%42.82

CMYK Percentages of Color #776caa

%30
%36
%0
%33

Triadic Colors of #776caa

#776caa #aa776c #6caa77

Analogous Colors of #776caa

#776caa #966caa #6c80aa

Monochromatic Colors of #776caa

#776caa

Complementary Color

#776caa #9faa6c

#776caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#776caa Color CSS Codes

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

#776caa Text Font Color

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

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


#776caa Background Color

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

This div background color is #776caa


#776caa Border Color

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

This div border color is #776caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776caa


Comments

No comments written yet.

Please login to write comment.