Shades of Chetwode Blue #7577AB
Tints of Chetwode Blue #7577AB
RGB
CMYK
RGB Variations
Color information
#7577AB (or 0x7577AB) is known color: Chetwode Blue. HEX triplet: 75, 77 and AB. RGB value is (117,119,171). Sum of RGB (Red+Green+Blue) = 117+119+171=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #7577AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7577AB is #8A8854. Grayscale: #7C7C7C. Windows color (decimal): -9078869 or 11237237. OLE color: 11237237.
HSL color Cylindrical-coordinate representation of color #7577AB: hue angle of 237.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7577AB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 119 | 171 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.33 |
| HSL | 237.78º | 0.24% | 0.56% | - |
| HSV(B) | 237.78º | 0.32% | 0.67% | - |
| XYZ | 21.28 | 19.92 | 41.25 | - |
| YUV | 124.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 171 | 0.32 | 0.30 | 0 | 0.33 | 237.78 | 0.24 | 0.56 |
| Hex | 75 | 77 | AB | 20 | 1E | 0 | 21 | EE | 18 | 38 |
| Octal | 165 | 167 | 253 | 40 | 36 | 0 | 41 | 356 | 30 | 70 |
| Binary | 1110101 | 1110111 | 10101011 | 100000 | 11110 | 0 | 100001 | 11101110 | 11000 | 111000 |
Color Harmonies of #7577AB
Complementary color
Monochromatic Colors of #7577AB
Black with #7577AB
Text Example
Text Example
White with #7577AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7577AB; }
p { color: rgb(117,119,171); }
H1.HeaderClassName
{
color: #7577AB;
}
.AnyTagClassName
{
color: #7577AB;
}
</style>
background-color css
<style>
a { background-color: #7577AB; }
a { background-color: rgb(117,119,171); }
div.DivClassName
{
background-color: #7577AB;
}
.BgClassName
{
background-color: #7577AB;
}
</style>
border-color css
<style>
span { border-color: #7577AB; }
span { border-color: rgb(117,119,171); }
td.TdClassName
{
border-color: #7577AB;
}
.TagClassName
{
border-color: #7577AB;
}
</style>