Shades of Chetwode Blue #71779E
Tints of Chetwode Blue #71779E
RGB
CMYK
RGB Variations
Color information
#71779E (or 0x71779E) is known color: Chetwode Blue. HEX triplet: 71, 77 and 9E. RGB value is (113,119,158). Sum of RGB (Red+Green+Blue) = 113+119+158=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #71779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71779E is #8E8861. Grayscale: #797979. Windows color (decimal): -9341026 or 10385265. OLE color: 10385265.
HSL color Cylindrical-coordinate representation of color #71779E: hue angle of 232º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71779E is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 119 | 158 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.38 |
| HSL | 232º | 0.19% | 0.53% | - |
| HSV(B) | 232º | 0.28% | 0.62% | - |
| XYZ | 19.58 | 19.17 | 35.02 | - |
| YUV | 121.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 158 | 0.28 | 0.25 | 0 | 0.38 | 232 | 0.19 | 0.53 |
| Hex | 71 | 77 | 9E | 1C | 19 | 0 | 26 | E8 | 13 | 35 |
| Octal | 161 | 167 | 236 | 34 | 31 | 0 | 46 | 350 | 23 | 65 |
| Binary | 1110001 | 1110111 | 10011110 | 11100 | 11001 | 0 | 100110 | 11101000 | 10011 | 110101 |
Color Harmonies of #71779E
Complementary color
Monochromatic Colors of #71779E
Black with #71779E
Text Example
Text Example
White with #71779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71779E; }
p { color: rgb(113,119,158); }
H1.HeaderClassName
{
color: #71779E;
}
.AnyTagClassName
{
color: #71779E;
}
</style>
background-color css
<style>
a { background-color: #71779E; }
a { background-color: rgb(113,119,158); }
div.DivClassName
{
background-color: #71779E;
}
.BgClassName
{
background-color: #71779E;
}
</style>
border-color css
<style>
span { border-color: #71779E; }
span { border-color: rgb(113,119,158); }
td.TdClassName
{
border-color: #71779E;
}
.TagClassName
{
border-color: #71779E;
}
</style>