Color Hex Logo

#777cac Color Hex

#777CAC
(119,124,172)
0 Favorites   0 Comments

Color spaces of #777cac

RGB 119124172
HSL0.650.240.57
HSV234°31°67°
CMYK 0.310.280.00   0.33
XYZ22.261821.315841.9708
Yxy21.31580.26020.2492
Hunter Lab46.16905.2734-21.5803
CIE-Lab53.29349.5296-26.0831

#777cac color RGB value is (119,124,172).

#777cac hex color red value is 119, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #777cac hue: 0.65 , saturation: 0.24 and the lightness value of 777cac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111100 10101100
Octal 167 174 254
Decimal 119 124 172
Hex 77 7C AC

RGB Percentages of Color #777cac

%28.67
%29.88
%41.45

CMYK Percentages of Color #777cac

%31
%28
%0
%33

Triadic Colors of #777cac

#777cac #ac777c #7cac77

Analogous Colors of #777cac

#777cac #8d77ac #7797ac

Monochromatic Colors of #777cac

#777cac

Complementary Color

#777cac #aca777

#777cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#777cac Color CSS Codes

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

#777cac Text Font Color

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

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


#777cac Background Color

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

This div background color is #777cac


#777cac Border Color

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

This div border color is #777cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777cac


Comments

No comments written yet.

Please login to write comment.