#777EAE

Color #777EAE Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #777EAE

Tints of Wild Blue Yonder #777EAE

Color information

#777EAE (or 0x777EAE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7E and AE. RGB value is (119,126,174). Sum of RGB (Red+Green+Blue) = 119+126+174=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #777EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777EAE is #888151. Grayscale: #818181. Windows color (decimal): -8946002 or 11435639. OLE color: 11435639.

HSL color Cylindrical-coordinate representation of color #777EAE: hue angle of 232.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777EAE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119126174-
CMYK0.320.2800.32
HSL232.36º25.35%57.45%-
HSV(B)232.36º31.61%68.24%-
XYZ22.7121.943.07-
YUV129.38153.18120.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=28.40%
G=30.07%
B=41.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191261740.320.2800.32232.3625.3557.45
Hex777EAE201C020e81939
Octal16717625640340403503171
Binary11101111111110101011101000001110001000001110100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777EAE; }

 p { color: rgb(119,126,174); }

 H1.HeaderClassName
 {
   color: #777EAE;
 }
 .AnyTagClassName
 {
   color: #777EAE;
 }
</style>
background-color css

<style>
 a { background-color: #777EAE; }

 a { background-color: rgb(119,126,174); }

 div.DivClassName
 {
   background-color: #777EAE;
 }
 .BgClassName
 {
   background-color: #777EAE;
 }
</style>
border-color css

<style>
 span { border-color: #777EAE; }

 span { border-color: rgb(119,126,174); }

 td.TdClassName
 {
   border-color: #777EAE;
 }
 .TagClassName
 {
   border-color: #777EAE;
 }
</style>