Shades of Chetwode Blue #777AAB
Tints of Chetwode Blue #777AAB
RGB
CMYK
RGB Variations
Color information
#777AAB (or 0x777AAB) is known color: Chetwode Blue. HEX triplet: 77, 7A and AB. RGB value is (119,122,171). Sum of RGB (Red+Green+Blue) = 119+122+171=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #777AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AAB is #888554. Grayscale: #7E7E7E. Windows color (decimal): -8947029 or 11238007. OLE color: 11238007.
HSL color Cylindrical-coordinate representation of color #777AAB: hue angle of 236.54º 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 #777AAB is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 122 | 171 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.33 |
| HSL | 236.54º | 0.24% | 0.57% | - |
| HSV(B) | 236.54º | 0.3% | 0.67% | - |
| XYZ | 21.92 | 20.78 | 41.38 | - |
| YUV | 126.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 171 | 0.30 | 0.29 | 0 | 0.33 | 236.54 | 0.24 | 0.57 |
| Hex | 77 | 7A | AB | 1E | 1D | 0 | 21 | ED | 18 | 39 |
| Octal | 167 | 172 | 253 | 36 | 35 | 0 | 41 | 355 | 30 | 71 |
| Binary | 1110111 | 1111010 | 10101011 | 11110 | 11101 | 0 | 100001 | 11101101 | 11000 | 111001 |
Color Harmonies of #777AAB
Complementary color
Monochromatic Colors of #777AAB
Black with #777AAB
Text Example
Text Example
White with #777AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AAB; }
p { color: rgb(119,122,171); }
H1.HeaderClassName
{
color: #777AAB;
}
.AnyTagClassName
{
color: #777AAB;
}
</style>
background-color css
<style>
a { background-color: #777AAB; }
a { background-color: rgb(119,122,171); }
div.DivClassName
{
background-color: #777AAB;
}
.BgClassName
{
background-color: #777AAB;
}
</style>
border-color css
<style>
span { border-color: #777AAB; }
span { border-color: rgb(119,122,171); }
td.TdClassName
{
border-color: #777AAB;
}
.TagClassName
{
border-color: #777AAB;
}
</style>