#777AAA

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

Shades of Chetwode Blue #777AAA

Tints of Chetwode Blue #777AAA

Color information

#777AAA (or 0x777AAA) is unknown color: approx Chetwode Blue. HEX triplet: 77, 7A and AA. RGB value is (119,122,170). Sum of RGB (Red+Green+Blue) = 119+122+170=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #777AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AAA is #888555. Grayscale: #7E7E7E. Windows color (decimal): -8947030 or 11172471. OLE color: 11172471.

HSL color Cylindrical-coordinate representation of color #777AAA: hue angle of 236.47º degrees, saturation: 0.23, 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 #777AAA is Cyan = 0.3, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119122170-
CMYK0.30.2800.33
HSL236.47º23.08%56.67%-
HSV(B)236.47º30%66.67%-
XYZ21.8220.7440.88-
YUV126.57152.51122.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=28.95%
G=29.68%
B=41.36%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191221700.30.2800.33236.4723.0856.67
Hex777AAA1E1C021ec1739
Octal16717225236340413542771
Binary1110111111101010101010111101110001000011110110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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