Shades of Chetwode Blue #7377A0
Tints of Chetwode Blue #7377A0
RGB
CMYK
RGB Variations
Color information
#7377A0 (or 0x7377A0) is known color: Chetwode Blue. HEX triplet: 73, 77 and A0. RGB value is (115,119,160). Sum of RGB (Red+Green+Blue) = 115+119+160=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 160 - color contains mainly: blue. Hex color #7377A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7377A0 is #8C885F. Grayscale: #7A7A7A. Windows color (decimal): -9209952 or 10516339. OLE color: 10516339.
HSL color Cylindrical-coordinate representation of color #7377A0: hue angle of 234.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7377A0 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 119 | 160 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.37 |
| HSL | 234.67º | 0.19% | 0.54% | - |
| HSV(B) | 234.67º | 0.28% | 0.63% | - |
| XYZ | 20.01 | 19.38 | 35.94 | - |
| YUV | 122.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 160 | 0.28 | 0.26 | 0 | 0.37 | 234.67 | 0.19 | 0.54 |
| Hex | 73 | 77 | A0 | 1C | 1A | 0 | 25 | EB | 13 | 36 |
| Octal | 163 | 167 | 240 | 34 | 32 | 0 | 45 | 353 | 23 | 66 |
| Binary | 1110011 | 1110111 | 10100000 | 11100 | 11010 | 0 | 100101 | 11101011 | 10011 | 110110 |
Color Harmonies of #7377A0
Complementary color
Monochromatic Colors of #7377A0
Black with #7377A0
Text Example
Text Example
White with #7377A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7377A0; }
p { color: rgb(115,119,160); }
H1.HeaderClassName
{
color: #7377A0;
}
.AnyTagClassName
{
color: #7377A0;
}
</style>
background-color css
<style>
a { background-color: #7377A0; }
a { background-color: rgb(115,119,160); }
div.DivClassName
{
background-color: #7377A0;
}
.BgClassName
{
background-color: #7377A0;
}
</style>
border-color css
<style>
span { border-color: #7377A0; }
span { border-color: rgb(115,119,160); }
td.TdClassName
{
border-color: #7377A0;
}
.TagClassName
{
border-color: #7377A0;
}
</style>