Color Hex Logo

#776bac Color Hex

#776BAC
(119,107,172)
0 Favorites   0 Comments

Color spaces of #776bac

RGB 119107172
HSL0.700.280.55
HSV251°38°67°
CMYK 0.310.380.00   0.33
XYZ20.311817.415941.3208
Yxy17.41590.25700.2203
Hunter Lab41.732413.8471-29.4926
CIE-Lab48.779919.7091-33.1098

#776bac color RGB value is (119,107,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101011 10101100
Octal 167 153 254
Decimal 119 107 172
Hex 77 6B AC

RGB Percentages of Color #776bac

%29.90
%26.88
%43.22

CMYK Percentages of Color #776bac

%31
%38
%0
%33

Triadic Colors of #776bac

#776bac #ac776b #6bac77

Analogous Colors of #776bac

#776bac #986bac #6b80ac

Monochromatic Colors of #776bac

#776bac

Complementary Color

#776bac #a0ac6b

#776bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#776bac Color CSS Codes

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

#776bac Text Font Color

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

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


#776bac Background Color

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

This div background color is #776bac


#776bac Border Color

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

This div border color is #776bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776bac


Comments

No comments written yet.

Please login to write comment.