Color Hex Logo

#777aca Color Hex

#777ACA
(119,122,202)
1 Favorites   0 Comments

Color spaces of #777aca

RGB 119122202
HSL0.660.440.63
HSV238°41°79°
CMYK 0.410.400.00   0.21
XYZ25.228022.105358.8142
Yxy22.10530.23770.2083
Hunter Lab47.016313.5011-41.2564
CIE-Lab54.138619.0088-41.9526

#777aca color RGB value is (119,122,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111010 11001010
Octal 167 172 312
Decimal 119 122 202
Hex 77 7A CA

RGB Percentages of Color #777aca

%26.86
%27.54
%45.60

CMYK Percentages of Color #777aca

%41
%40
%0
%21

Triadic Colors of #777aca

#777aca #ca777a #7aca77

Analogous Colors of #777aca

#777aca #9e77ca #77a4ca

Monochromatic Colors of #777aca

#777aca

Complementary Color

#777aca #cac777

#777aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#777aca Color CSS Codes

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

#777aca Text Font Color

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

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


#777aca Background Color

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

This div background color is #777aca


#777aca Border Color

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

This div border color is #777aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777aca


Comments

No comments written yet.

Please login to write comment.