#7277AA

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

Shades of Chetwode Blue #7277AA

Tints of Chetwode Blue #7277AA

Color information

#7277AA (or 0x7277AA) is unknown color: approx Chetwode Blue. HEX triplet: 72, 77 and AA. RGB value is (114,119,170). Sum of RGB (Red+Green+Blue) = 114+119+170=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #7277AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7277AA is #8D8855. Grayscale: #7B7B7B. Windows color (decimal): -9275478 or 11171698. OLE color: 11171698.

HSL color Cylindrical-coordinate representation of color #7277AA: hue angle of 234.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7277AA is Cyan = 0.33, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114119170-
CMYK0.330.300.33
HSL234.64º24.78%55.69%-
HSV(B)234.64º32.94%66.67%-
XYZ20.7919.6740.73-
YUV123.32154.34121.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=28.29%
G=29.53%
B=42.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141191700.330.300.33234.6424.7855.69
Hex7277AA211E021eb1938
Octal16216725241360413533170
Binary11100101110111101010101000011111001000011110101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7277AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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