Color Hex Logo

#777cca Color Hex

#777CCA
(119,124,202)
0 Favorites   0 Comments

Color spaces of #777cca

RGB 119124202
HSL0.660.440.63
HSV236°41°79°
CMYK 0.410.390.00   0.21
XYZ25.476122.601558.8969
Yxy22.60150.23820.2113
Hunter Lab47.541012.4571-40.1736
CIE-Lab54.659517.8134-41.1307

#777cca color RGB value is (119,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111100 11001010
Octal 167 174 312
Decimal 119 124 202
Hex 77 7C CA

RGB Percentages of Color #777cca

%26.74
%27.87
%45.39

CMYK Percentages of Color #777cca

%41
%39
%0
%21

Triadic Colors of #777cca

#777cca #ca777c #7cca77

Analogous Colors of #777cca

#777cca #9c77ca #77a6ca

Monochromatic Colors of #777cca

#777cca

Complementary Color

#777cca #cac577

#777cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#777cca Color CSS Codes

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

#777cca Text Font Color

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

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


#777cca Background Color

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

This div background color is #777cca


#777cca Border Color

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

This div border color is #777cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777cca


Comments

No comments written yet.

Please login to write comment.