Shades of Chetwode Blue #7577AE
Tints of Chetwode Blue #7577AE
RGB
CMYK
RGB Variations
Color information
#7577AE (or 0x7577AE) is known color: Chetwode Blue. HEX triplet: 75, 77 and AE. RGB value is (117,119,174). Sum of RGB (Red+Green+Blue) = 117+119+174=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #7577AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7577AE is #8A8851. Grayscale: #7C7C7C. Windows color (decimal): -9078866 or 11433845. OLE color: 11433845.
HSL color Cylindrical-coordinate representation of color #7577AE: hue angle of 237.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7577AE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 119 | 174 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.32 |
| HSL | 237.89º | 0.26% | 0.57% | - |
| HSV(B) | 237.89º | 0.33% | 0.68% | - |
| XYZ | 21.57 | 20.03 | 42.77 | - |
| YUV | 124.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 174 | 0.33 | 0.32 | 0 | 0.32 | 237.89 | 0.26 | 0.57 |
| Hex | 75 | 77 | AE | 21 | 20 | 0 | 20 | EE | 1A | 39 |
| Octal | 165 | 167 | 256 | 41 | 40 | 0 | 40 | 356 | 32 | 71 |
| Binary | 1110101 | 1110111 | 10101110 | 100001 | 100000 | 0 | 100000 | 11101110 | 11010 | 111001 |
Color Harmonies of #7577AE
Complementary color
Monochromatic Colors of #7577AE
Black with #7577AE
Text Example
Text Example
White with #7577AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7577AE; }
p { color: rgb(117,119,174); }
H1.HeaderClassName
{
color: #7577AE;
}
.AnyTagClassName
{
color: #7577AE;
}
</style>
background-color css
<style>
a { background-color: #7577AE; }
a { background-color: rgb(117,119,174); }
div.DivClassName
{
background-color: #7577AE;
}
.BgClassName
{
background-color: #7577AE;
}
</style>
border-color css
<style>
span { border-color: #7577AE; }
span { border-color: rgb(117,119,174); }
td.TdClassName
{
border-color: #7577AE;
}
.TagClassName
{
border-color: #7577AE;
}
</style>