Shades of Chetwode Blue #7077AF
Tints of Chetwode Blue #7077AF
RGB
CMYK
RGB Variations
Color information
#7077AF (or 0x7077AF) is known color: Chetwode Blue. HEX triplet: 70, 77 and AF. RGB value is (112,119,175). Sum of RGB (Red+Green+Blue) = 112+119+175=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #7077AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7077AF is #8F8850. Grayscale: #7B7B7B. Windows color (decimal): -9406545 or 11499376. OLE color: 11499376.
HSL color Cylindrical-coordinate representation of color #7077AF: hue angle of 233.33º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7077AF is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 119 | 175 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.31 |
| HSL | 233.33º | 0.28% | 0.56% | - |
| HSV(B) | 233.33º | 0.36% | 0.69% | - |
| XYZ | 21.02 | 19.73 | 43.26 | - |
| YUV | 123.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 175 | 0.36 | 0.32 | 0 | 0.31 | 233.33 | 0.28 | 0.56 |
| Hex | 70 | 77 | AF | 24 | 20 | 0 | 1F | E9 | 1C | 38 |
| Octal | 160 | 167 | 257 | 44 | 40 | 0 | 37 | 351 | 34 | 70 |
| Binary | 1110000 | 1110111 | 10101111 | 100100 | 100000 | 0 | 11111 | 11101001 | 11100 | 111000 |
Color Harmonies of #7077AF
Complementary color
Monochromatic Colors of #7077AF
Black with #7077AF
Text Example
Text Example
White with #7077AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7077AF; }
p { color: rgb(112,119,175); }
H1.HeaderClassName
{
color: #7077AF;
}
.AnyTagClassName
{
color: #7077AF;
}
</style>
background-color css
<style>
a { background-color: #7077AF; }
a { background-color: rgb(112,119,175); }
div.DivClassName
{
background-color: #7077AF;
}
.BgClassName
{
background-color: #7077AF;
}
</style>
border-color css
<style>
span { border-color: #7077AF; }
span { border-color: rgb(112,119,175); }
td.TdClassName
{
border-color: #7077AF;
}
.TagClassName
{
border-color: #7077AF;
}
</style>