#777CAD

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

Shades of Wild Blue Yonder #777CAD

Tints of Wild Blue Yonder #777CAD

Color information

#777CAD (or 0x777CAD) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7C and AD. RGB value is (119,124,173). Sum of RGB (Red+Green+Blue) = 119+124+173=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #777CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777CAD is #888352. Grayscale: #7F7F7F. Windows color (decimal): -8946515 or 11369591. OLE color: 11369591.

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

Color convert

RGB119124173-
CMYK0.310.2800.32
HSL234.44º24.77%57.25%-
HSV(B)234.44º31.21%67.84%-
XYZ22.3621.3542.48-
YUV128.09153.34121.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.61%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=28.61%
G=29.81%
B=41.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191241730.310.2800.32234.4424.7757.25
Hex777CAD1F1C020ea1939
Octal16717425537340403523171
Binary1110111111110010101101111111110001000001110101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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