Color Hex Logo

#777cab Color Hex

#777CAB
(119,124,171)
0 Favorites   0 Comments

Color spaces of #777cab

RGB 119124171
HSL0.650.240.57
HSV234°30°67°
CMYK 0.300.270.00   0.33
XYZ22.166121.277541.4668
Yxy21.27750.26110.2506
Hunter Lab46.12755.0531-21.0100
CIE-Lab53.25199.2663-25.5698

#777cab color RGB value is (119,124,171).

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

The process color (four color CMYK) of #777cab color hex is 0.30, 0.27, 0.00, 0.33. Web safe color of #777cab is #666699. Color #777cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111100 10101011
Octal 167 174 253
Decimal 119 124 171
Hex 77 7C AB

RGB Percentages of Color #777cab

%28.74
%29.95
%41.30

CMYK Percentages of Color #777cab

%30
%27
%0
%33

Triadic Colors of #777cab

#777cab #ab777c #7cab77

Analogous Colors of #777cab

#777cab #8c77ab #7796ab

Monochromatic Colors of #777cab

#777cab

Complementary Color

#777cab #aba677

#777cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#777cab Color CSS Codes

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

#777cab Text Font Color

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

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


#777cab Background Color

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

This div background color is #777cab


#777cab Border Color

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

This div border color is #777cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777cab


Comments

No comments written yet.

Please login to write comment.