Shades of Chetwode Blue #7077AB
Tints of Chetwode Blue #7077AB
RGB
CMYK
RGB Variations
Color information
#7077AB (or 0x7077AB) is known color: Chetwode Blue. HEX triplet: 70, 77 and AB. RGB value is (112,119,171). Sum of RGB (Red+Green+Blue) = 112+119+171=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #7077AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7077AB is #8F8854. Grayscale: #7A7A7A. Windows color (decimal): -9406549 or 11237232. OLE color: 11237232.
HSL color Cylindrical-coordinate representation of color #7077AB: hue angle of 232.88º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7077AB is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 119 | 171 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.33 |
| HSL | 232.88º | 0.26% | 0.55% | - |
| HSV(B) | 232.88º | 0.35% | 0.67% | - |
| XYZ | 20.63 | 19.58 | 41.22 | - |
| YUV | 122.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 171 | 0.35 | 0.30 | 0 | 0.33 | 232.88 | 0.26 | 0.55 |
| Hex | 70 | 77 | AB | 23 | 1E | 0 | 21 | E9 | 1A | 37 |
| Octal | 160 | 167 | 253 | 43 | 36 | 0 | 41 | 351 | 32 | 67 |
| Binary | 1110000 | 1110111 | 10101011 | 100011 | 11110 | 0 | 100001 | 11101001 | 11010 | 110111 |
Color Harmonies of #7077AB
Complementary color
Monochromatic Colors of #7077AB
Black with #7077AB
Text Example
Text Example
White with #7077AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7077AB; }
p { color: rgb(112,119,171); }
H1.HeaderClassName
{
color: #7077AB;
}
.AnyTagClassName
{
color: #7077AB;
}
</style>
background-color css
<style>
a { background-color: #7077AB; }
a { background-color: rgb(112,119,171); }
div.DivClassName
{
background-color: #7077AB;
}
.BgClassName
{
background-color: #7077AB;
}
</style>
border-color css
<style>
span { border-color: #7077AB; }
span { border-color: rgb(112,119,171); }
td.TdClassName
{
border-color: #7077AB;
}
.TagClassName
{
border-color: #7077AB;
}
</style>