Shades of Chetwode Blue #7077AA
Tints of Chetwode Blue #7077AA
RGB
CMYK
RGB Variations
Color information
#7077AA (or 0x7077AA) is known color: Chetwode Blue. HEX triplet: 70, 77 and AA. RGB value is (112,119,170). Sum of RGB (Red+Green+Blue) = 112+119+170=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #7077AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7077AA is #8F8855. Grayscale: #7A7A7A. Windows color (decimal): -9406550 or 11171696. OLE color: 11171696.
HSL color Cylindrical-coordinate representation of color #7077AA: hue angle of 232.76º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7077AA is Cyan = 0.34, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 119 | 170 | - |
| CMYK | 0.34 | 0.3 | 0 | 0.33 |
| HSL | 232.76º | 0.25% | 0.55% | - |
| HSV(B) | 232.76º | 0.34% | 0.67% | - |
| XYZ | 20.53 | 19.54 | 40.72 | - |
| YUV | 122.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 170 | 0.34 | 0.3 | 0 | 0.33 | 232.76 | 0.25 | 0.55 |
| Hex | 70 | 77 | AA | 22 | 1E | 0 | 21 | E9 | 19 | 37 |
| Octal | 160 | 167 | 252 | 42 | 36 | 0 | 41 | 351 | 31 | 67 |
| Binary | 1110000 | 1110111 | 10101010 | 100010 | 11110 | 0 | 100001 | 11101001 | 11001 | 110111 |
Color Harmonies of #7077AA
Complementary color
Monochromatic Colors of #7077AA
Black with #7077AA
Text Example
Text Example
White with #7077AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7077AA; }
p { color: rgb(112,119,170); }
H1.HeaderClassName
{
color: #7077AA;
}
.AnyTagClassName
{
color: #7077AA;
}
</style>
background-color css
<style>
a { background-color: #7077AA; }
a { background-color: rgb(112,119,170); }
div.DivClassName
{
background-color: #7077AA;
}
.BgClassName
{
background-color: #7077AA;
}
</style>
border-color css
<style>
span { border-color: #7077AA; }
span { border-color: rgb(112,119,170); }
td.TdClassName
{
border-color: #7077AA;
}
.TagClassName
{
border-color: #7077AA;
}
</style>