Color Hex Logo

#777acc Color Hex

#777ACC
(119,122,204)
0 Favorites   0 Comments

Color spaces of #777acc

RGB 119122204
HSL0.660.450.63
HSV238°42°80°
CMYK 0.420.400.00   0.20
XYZ25.466422.200660.0697
Yxy22.20060.23640.2061
Hunter Lab47.117514.0213-42.6060
CIE-Lab54.239219.5840-42.9299

#777acc color RGB value is (119,122,204).

#777acc hex color red value is 119, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #777acc hue: 0.66 , saturation: 0.45 and the lightness value of 777acc is 0.63.

The process color (four color CMYK) of #777acc color hex is 0.42, 0.40, 0.00, 0.20. Web safe color of #777acc is #6666cc. Color #777acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111010 11001100
Octal 167 172 314
Decimal 119 122 204
Hex 77 7A CC

RGB Percentages of Color #777acc

%26.74
%27.42
%45.84

CMYK Percentages of Color #777acc

%42
%40
%0
%20

Triadic Colors of #777acc

#777acc #cc777a #7acc77

Analogous Colors of #777acc

#777acc #9f77cc #77a5cc

Monochromatic Colors of #777acc

#777acc

Complementary Color

#777acc #ccc977

#777acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#777acc Color CSS Codes

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

#777acc Text Font Color

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

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


#777acc Background Color

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

This div background color is #777acc


#777acc Border Color

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

This div border color is #777acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777acc


Comments

No comments written yet.

Please login to write comment.