Shades of Chetwode Blue #72759B
Tints of Chetwode Blue #72759B
RGB
CMYK
RGB Variations
Color information
#72759B (or 0x72759B) is known color: Chetwode Blue. HEX triplet: 72, 75 and 9B. RGB value is (114,117,155). Sum of RGB (Red+Green+Blue) = 114+117+155=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #72759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72759B is #8D8A64. Grayscale: #787878. Windows color (decimal): -9276005 or 10188146. OLE color: 10188146.
HSL color Cylindrical-coordinate representation of color #72759B: hue angle of 235.61º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72759B is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 117 | 155 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.39 |
| HSL | 235.61º | 0.17% | 0.53% | - |
| HSV(B) | 235.61º | 0.26% | 0.61% | - |
| XYZ | 19.22 | 18.67 | 33.6 | - |
| YUV | 120.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 155 | 0.26 | 0.25 | 0 | 0.39 | 235.61 | 0.17 | 0.53 |
| Hex | 72 | 75 | 9B | 1A | 19 | 0 | 27 | EC | 11 | 35 |
| Octal | 162 | 165 | 233 | 32 | 31 | 0 | 47 | 354 | 21 | 65 |
| Binary | 1110010 | 1110101 | 10011011 | 11010 | 11001 | 0 | 100111 | 11101100 | 10001 | 110101 |
Color Harmonies of #72759B
Complementary color
Monochromatic Colors of #72759B
Black with #72759B
Text Example
Text Example
White with #72759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72759B; }
p { color: rgb(114,117,155); }
H1.HeaderClassName
{
color: #72759B;
}
.AnyTagClassName
{
color: #72759B;
}
</style>
background-color css
<style>
a { background-color: #72759B; }
a { background-color: rgb(114,117,155); }
div.DivClassName
{
background-color: #72759B;
}
.BgClassName
{
background-color: #72759B;
}
</style>
border-color css
<style>
span { border-color: #72759B; }
span { border-color: rgb(114,117,155); }
td.TdClassName
{
border-color: #72759B;
}
.TagClassName
{
border-color: #72759B;
}
</style>