#7977AA

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

Shades of Chetwode Blue #7977AA

Tints of Chetwode Blue #7977AA

Color information

#7977AA (or 0x7977AA) is unknown color: approx Chetwode Blue. HEX triplet: 79, 77 and AA. RGB value is (121,119,170). Sum of RGB (Red+Green+Blue) = 121+119+170=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #7977AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7977AA is #868855. Grayscale: #7D7D7D. Windows color (decimal): -8816726 or 11171705. OLE color: 11171705.

HSL color Cylindrical-coordinate representation of color #7977AA: hue angle of 242.35º 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 #7977AA is Cyan = 0.29, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121119170-
CMYK0.290.300.33
HSL242.35º23.08%56.67%-
HSV(B)242.35º30%66.67%-
XYZ21.7420.1640.78-
YUV125.41153.16124.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=29.51%
G=29.02%
B=41.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211191700.290.300.33242.3523.0856.67
Hex7977AA1D1E021f21739
Octal17116725235360413622771
Binary1111001111011110101010111011111001000011111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7977AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7977AA; }

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

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

<style>
 a { background-color: #7977AA; }

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

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

<style>
 span { border-color: #7977AA; }

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

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