#7576AA

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

Shades of Chetwode Blue #7576AA

Tints of Chetwode Blue #7576AA

Color information

#7576AA (or 0x7576AA) is unknown color: approx Chetwode Blue. HEX triplet: 75, 76 and AA. RGB value is (117,118,170). Sum of RGB (Red+Green+Blue) = 117+118+170=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #7576AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7576AA is #8A8955. Grayscale: #7B7B7B. Windows color (decimal): -9079126 or 11171445. OLE color: 11171445.

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

Color convert

RGB117118170-
CMYK0.310.3100.33
HSL238.87º23.77%56.27%-
HSV(B)238.87º31.18%66.67%-
XYZ21.0719.6440.71-
YUV123.63154.17123.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=28.89%
G=29.14%
B=41.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171181700.310.3100.33238.8723.7756.27
Hex7576AA1F1F021ef1838
Octal16516625237370413573070
Binary1110101111011010101010111111111101000011110111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7576AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,118,170); }

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

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

 a { background-color: rgb(117,118,170); }

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

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

 span { border-color: rgb(117,118,170); }

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