#777AAE

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

Shades of Chetwode Blue #777AAE

Tints of Chetwode Blue #777AAE

Color information

#777AAE (or 0x777AAE) is unknown color: approx Chetwode Blue. HEX triplet: 77, 7A and AE. RGB value is (119,122,174). Sum of RGB (Red+Green+Blue) = 119+122+174=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #777AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AAE is #888551. Grayscale: #7E7E7E. Windows color (decimal): -8947026 or 11434615. OLE color: 11434615.

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

Color convert

RGB119122174-
CMYK0.320.3000.32
HSL236.73º25.35%57.45%-
HSV(B)236.73º31.61%68.24%-
XYZ22.2120.942.91-
YUV127.03154.51122.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.67%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=28.67%
G=29.40%
B=41.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191221740.320.3000.32236.7325.3557.45
Hex777AAE201E020ed1939
Octal16717225640360403553171
Binary11101111111010101011101000001111001000001110110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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