Shades of Chetwode Blue #7777AB
Tints of Chetwode Blue #7777AB
RGB
CMYK
RGB Variations
Color information
#7777AB (or 0x7777AB) is known color: Chetwode Blue. HEX triplet: 77, 77 and AB. RGB value is (119,119,171). Sum of RGB (Red+Green+Blue) = 119+119+171=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #7777AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7777AB is #888854. Grayscale: #7C7C7C. Windows color (decimal): -8947797 or 11237239. OLE color: 11237239.
HSL color Cylindrical-coordinate representation of color #7777AB: hue angle of 240º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7777AB is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 119 | 171 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.33 |
| HSL | 240º | 0.24% | 0.57% | - |
| HSV(B) | 240º | 0.3% | 0.67% | - |
| XYZ | 21.56 | 20.06 | 41.26 | - |
| YUV | 124.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 171 | 0.30 | 0.30 | 0 | 0.33 | 240 | 0.24 | 0.57 |
| Hex | 77 | 77 | AB | 1E | 1E | 0 | 21 | F0 | 18 | 39 |
| Octal | 167 | 167 | 253 | 36 | 36 | 0 | 41 | 360 | 30 | 71 |
| Binary | 1110111 | 1110111 | 10101011 | 11110 | 11110 | 0 | 100001 | 11110000 | 11000 | 111001 |
Color Harmonies of #7777AB
Complementary color
Monochromatic Colors of #7777AB
Black with #7777AB
Text Example
Text Example
White with #7777AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7777AB; }
p { color: rgb(119,119,171); }
H1.HeaderClassName
{
color: #7777AB;
}
.AnyTagClassName
{
color: #7777AB;
}
</style>
background-color css
<style>
a { background-color: #7777AB; }
a { background-color: rgb(119,119,171); }
div.DivClassName
{
background-color: #7777AB;
}
.BgClassName
{
background-color: #7777AB;
}
</style>
border-color css
<style>
span { border-color: #7777AB; }
span { border-color: rgb(119,119,171); }
td.TdClassName
{
border-color: #7777AB;
}
.TagClassName
{
border-color: #7777AB;
}
</style>