Shades of Chetwode Blue #7576A4
Tints of Chetwode Blue #7576A4
RGB
CMYK
RGB Variations
Color information
#7576A4 (or 0x7576A4) is known color: Chetwode Blue. HEX triplet: 75, 76 and A4. RGB value is (117,118,164). Sum of RGB (Red+Green+Blue) = 117+118+164=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #7576A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7576A4 is #8A895B. Grayscale: #7A7A7A. Windows color (decimal): -9079132 or 10778229. OLE color: 10778229.
HSL color Cylindrical-coordinate representation of color #7576A4: hue angle of 238.72º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7576A4 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 118 | 164 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.36 |
| HSL | 238.72º | 0.21% | 0.55% | - |
| HSV(B) | 238.72º | 0.29% | 0.64% | - |
| XYZ | 20.52 | 19.42 | 37.79 | - |
| YUV | 122.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 164 | 0.29 | 0.28 | 0 | 0.36 | 238.72 | 0.21 | 0.55 |
| Hex | 75 | 76 | A4 | 1D | 1C | 0 | 24 | EF | 15 | 37 |
| Octal | 165 | 166 | 244 | 35 | 34 | 0 | 44 | 357 | 25 | 67 |
| Binary | 1110101 | 1110110 | 10100100 | 11101 | 11100 | 0 | 100100 | 11101111 | 10101 | 110111 |
Color Harmonies of #7576A4
Complementary color
Monochromatic Colors of #7576A4
Black with #7576A4
Text Example
Text Example
White with #7576A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7576A4; }
p { color: rgb(117,118,164); }
H1.HeaderClassName
{
color: #7576A4;
}
.AnyTagClassName
{
color: #7576A4;
}
</style>
background-color css
<style>
a { background-color: #7576A4; }
a { background-color: rgb(117,118,164); }
div.DivClassName
{
background-color: #7576A4;
}
.BgClassName
{
background-color: #7576A4;
}
</style>
border-color css
<style>
span { border-color: #7576A4; }
span { border-color: rgb(117,118,164); }
td.TdClassName
{
border-color: #7576A4;
}
.TagClassName
{
border-color: #7576A4;
}
</style>