Color Hex Logo

#777aae Color Hex

#777AAE
(119,122,174)
0 Favorites   0 Comments

Color spaces of #777aae

RGB 119122174
HSL0.660.250.57
HSV237°32°68°
CMYK 0.320.300.00   0.32
XYZ22.207320.897042.9075
Yxy20.89700.25820.2430
Hunter Lab45.71326.7164-23.6517
CIE-Lab52.836611.2469-27.9456

#777aae color RGB value is (119,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111010 10101110
Octal 167 172 256
Decimal 119 122 174
Hex 77 7A AE

RGB Percentages of Color #777aae

%28.67
%29.40
%41.93

CMYK Percentages of Color #777aae

%32
%30
%0
%32

Triadic Colors of #777aae

#777aae #ae777a #7aae77

Analogous Colors of #777aae

#777aae #9077ae #7796ae

Monochromatic Colors of #777aae

#777aae

Complementary Color

#777aae #aeab77

#777aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#777aae Color CSS Codes

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

#777aae Text Font Color

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

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


#777aae Background Color

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

This div background color is #777aae


#777aae Border Color

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

This div border color is #777aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777aae


Comments

No comments written yet.

Please login to write comment.