Color Hex Logo

#777ccb Color Hex

#777CCB
(119,124,203)
0 Favorites   0 Comments

Color spaces of #777ccb

RGB 119124203
HSL0.660.450.63
HSV236°41°80°
CMYK 0.410.390.00   0.20
XYZ25.594922.649059.5226
Yxy22.64900.23750.2102
Hunter Lab47.591012.7149-40.8410
CIE-Lab54.708918.1005-41.6205

#777ccb color RGB value is (119,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111100 11001011
Octal 167 174 313
Decimal 119 124 203
Hex 77 7C CB

RGB Percentages of Color #777ccb

%26.68
%27.80
%45.52

CMYK Percentages of Color #777ccb

%41
%39
%0
%20

Triadic Colors of #777ccb

#777ccb #cb777c #7ccb77

Analogous Colors of #777ccb

#777ccb #9c77cb #77a6cb

Monochromatic Colors of #777ccb

#777ccb

Complementary Color

#777ccb #cbc677

#777ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#777ccb Color CSS Codes

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

#777ccb Text Font Color

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

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


#777ccb Background Color

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

This div background color is #777ccb


#777ccb Border Color

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

This div border color is #777ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777ccb


Comments

No comments written yet.

Please login to write comment.