Shades of Chetwode Blue #7576A5
Tints of Chetwode Blue #7576A5
RGB
CMYK
RGB Variations
Color information
#7576A5 (or 0x7576A5) is known color: Chetwode Blue. HEX triplet: 75, 76 and A5. RGB value is (117,118,165). Sum of RGB (Red+Green+Blue) = 117+118+165=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #7576A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7576A5 is #8A895A. Grayscale: #7A7A7A. Windows color (decimal): -9079131 or 10843765. OLE color: 10843765.
HSL color Cylindrical-coordinate representation of color #7576A5: hue angle of 238.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7576A5 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 118 | 165 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.35 |
| HSL | 238.75º | 0.21% | 0.55% | - |
| HSV(B) | 238.75º | 0.29% | 0.65% | - |
| XYZ | 20.61 | 19.46 | 38.27 | - |
| YUV | 123.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 165 | 0.29 | 0.28 | 0 | 0.35 | 238.75 | 0.21 | 0.55 |
| Hex | 75 | 76 | A5 | 1D | 1C | 0 | 23 | EF | 15 | 37 |
| Octal | 165 | 166 | 245 | 35 | 34 | 0 | 43 | 357 | 25 | 67 |
| Binary | 1110101 | 1110110 | 10100101 | 11101 | 11100 | 0 | 100011 | 11101111 | 10101 | 110111 |
Color Harmonies of #7576A5
Complementary color
Monochromatic Colors of #7576A5
Black with #7576A5
Text Example
Text Example
White with #7576A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7576A5; }
p { color: rgb(117,118,165); }
H1.HeaderClassName
{
color: #7576A5;
}
.AnyTagClassName
{
color: #7576A5;
}
</style>
background-color css
<style>
a { background-color: #7576A5; }
a { background-color: rgb(117,118,165); }
div.DivClassName
{
background-color: #7576A5;
}
.BgClassName
{
background-color: #7576A5;
}
</style>
border-color css
<style>
span { border-color: #7576A5; }
span { border-color: rgb(117,118,165); }
td.TdClassName
{
border-color: #7576A5;
}
.TagClassName
{
border-color: #7576A5;
}
</style>