Color Hex Logo

#777fae Color Hex

#777FAE
(119,127,174)
0 Favorites   0 Comments

Color spaces of #777fae

RGB 119127174
HSL0.640.250.57
HSV231°32°68°
CMYK 0.320.270.00   0.32
XYZ22.837122.156743.1174
Yxy22.15670.25920.2515
Hunter Lab47.07094.2277-21.3606
CIE-Lab54.19298.2850-25.8459

#777fae color RGB value is (119,127,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111111 10101110
Octal 167 177 256
Decimal 119 127 174
Hex 77 7F AE

RGB Percentages of Color #777fae

%28.33
%30.24
%41.43

CMYK Percentages of Color #777fae

%32
%27
%0
%32

Triadic Colors of #777fae

#777fae #ae777f #7fae77

Analogous Colors of #777fae

#777fae #8b77ae #779bae

Monochromatic Colors of #777fae

#777fae

Complementary Color

#777fae #aea677

#777fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#777fae Color CSS Codes

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

#777fae Text Font Color

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

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


#777fae Background Color

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

This div background color is #777fae


#777fae Border Color

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

This div border color is #777fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777fae


Comments

No comments written yet.

Please login to write comment.