#777AAB

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

Shades of Chetwode Blue #777AAB

Tints of Chetwode Blue #777AAB

Color information

#777AAB (or 0x777AAB) is unknown color: approx Chetwode Blue. HEX triplet: 77, 7A and AB. RGB value is (119,122,171). Sum of RGB (Red+Green+Blue) = 119+122+171=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #777AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AAB is #888554. Grayscale: #7E7E7E. Windows color (decimal): -8947029 or 11238007. OLE color: 11238007.

HSL color Cylindrical-coordinate representation of color #777AAB: hue angle of 236.54º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777AAB is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119122171-
CMYK0.300.2900.33
HSL236.54º23.64%56.86%-
HSV(B)236.54º30.41%67.06%-
XYZ21.9220.7841.38-
YUV126.69153.01122.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=28.88%
G=29.61%
B=41.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191221710.300.2900.33236.5423.6456.86
Hex777AAB1E1D021ed1839
Octal16717225336350413553071
Binary1110111111101010101011111101110101000011110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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