Color Hex Logo

#777ccc Color Hex

#777CCC
(119,124,204)
0 Favorites   0 Comments

Color spaces of #777ccc

RGB 119124204
HSL0.660.450.63
HSV236°42°80°
CMYK 0.420.390.00   0.20
XYZ25.714522.696960.1524
Yxy22.69690.23690.2091
Hunter Lab47.641312.9736-41.5113
CIE-Lab54.758818.3879-42.1093

#777ccc color RGB value is (119,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111100 11001100
Octal 167 174 314
Decimal 119 124 204
Hex 77 7C CC

RGB Percentages of Color #777ccc

%26.62
%27.74
%45.64

CMYK Percentages of Color #777ccc

%42
%39
%0
%20

Triadic Colors of #777ccc

#777ccc #cc777c #7ccc77

Analogous Colors of #777ccc

#777ccc #9d77cc #77a7cc

Monochromatic Colors of #777ccc

#777ccc

Complementary Color

#777ccc #ccc777

#777ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#777ccc Color CSS Codes

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

#777ccc Text Font Color

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

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


#777ccc Background Color

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

This div background color is #777ccc


#777ccc Border Color

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

This div border color is #777ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777ccc


Comments

No comments written yet.

Please login to write comment.