Color Hex Logo

#777aad Color Hex

#777AAD
(119,122,173)
0 Favorites   0 Comments

Color spaces of #777aad

RGB 119122173
HSL0.660.250.57
HSV237°31°68°
CMYK 0.310.290.00   0.32
XYZ22.110120.858142.3959
Yxy20.85810.25900.2443
Hunter Lab45.67076.4918-23.0692
CIE-Lab52.793810.9812-27.4342

#777aad color RGB value is (119,122,173).

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

The process color (four color CMYK) of #777aad color hex is 0.31, 0.29, 0.00, 0.32. Web safe color of #777aad is #666699. Color #777aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111010 10101101
Octal 167 172 255
Decimal 119 122 173
Hex 77 7A AD

RGB Percentages of Color #777aad

%28.74
%29.47
%41.79

CMYK Percentages of Color #777aad

%31
%29
%0
%32

Triadic Colors of #777aad

#777aad #ad777a #7aad77

Analogous Colors of #777aad

#777aad #8f77ad #7795ad

Monochromatic Colors of #777aad

#777aad

Complementary Color

#777aad #adaa77

#777aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#777aad Color CSS Codes

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

#777aad Text Font Color

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

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


#777aad Background Color

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

This div background color is #777aad


#777aad Border Color

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

This div border color is #777aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777aad


Comments

No comments written yet.

Please login to write comment.