#777CAE

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

Shades of Wild Blue Yonder #777CAE

Tints of Wild Blue Yonder #777CAE

Color information

#777CAE (or 0x777CAE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7C and AE. RGB value is (119,124,174). Sum of RGB (Red+Green+Blue) = 119+124+174=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #777CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777CAE is #888351. Grayscale: #7F7F7F. Windows color (decimal): -8946514 or 11435127. OLE color: 11435127.

HSL color Cylindrical-coordinate representation of color #777CAE: hue angle of 234.55º 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 #777CAE is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119124174-
CMYK0.320.2900.32
HSL234.55º25.35%57.45%-
HSV(B)234.55º31.61%68.24%-
XYZ22.4621.3942.99-
YUV128.21153.84121.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=28.54%
G=29.74%
B=41.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191241740.320.2900.32234.5525.3557.45
Hex777CAE201D020eb1939
Octal16717425640350403533171
Binary11101111111100101011101000001110101000001110101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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