Shades of Chetwode Blue #777AA8
Tints of Chetwode Blue #777AA8
RGB
CMYK
RGB Variations
Color information
#777AA8 (or 0x777AA8) is known color: Chetwode Blue. HEX triplet: 77, 7A and A8. RGB value is (119,122,168). Sum of RGB (Red+Green+Blue) = 119+122+168=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 168 - color contains mainly: blue. Hex color #777AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AA8 is #888557. Grayscale: #7E7E7E. Windows color (decimal): -8947032 or 11041399. OLE color: 11041399.
HSL color Cylindrical-coordinate representation of color #777AA8: hue angle of 236.33º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #777AA8 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 122 | 168 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.34 |
| HSL | 236.33º | 0.22% | 0.56% | - |
| HSV(B) | 236.33º | 0.29% | 0.66% | - |
| XYZ | 21.64 | 20.67 | 39.89 | - |
| YUV | 126.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 168 | 0.29 | 0.27 | 0 | 0.34 | 236.33 | 0.22 | 0.56 |
| Hex | 77 | 7A | A8 | 1D | 1B | 0 | 22 | EC | 16 | 38 |
| Octal | 167 | 172 | 250 | 35 | 33 | 0 | 42 | 354 | 26 | 70 |
| Binary | 1110111 | 1111010 | 10101000 | 11101 | 11011 | 0 | 100010 | 11101100 | 10110 | 111000 |
Color Harmonies of #777AA8
Complementary color
Monochromatic Colors of #777AA8
Black with #777AA8
Text Example
Text Example
White with #777AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AA8; }
p { color: rgb(119,122,168); }
H1.HeaderClassName
{
color: #777AA8;
}
.AnyTagClassName
{
color: #777AA8;
}
</style>
background-color css
<style>
a { background-color: #777AA8; }
a { background-color: rgb(119,122,168); }
div.DivClassName
{
background-color: #777AA8;
}
.BgClassName
{
background-color: #777AA8;
}
</style>
border-color css
<style>
span { border-color: #777AA8; }
span { border-color: rgb(119,122,168); }
td.TdClassName
{
border-color: #777AA8;
}
.TagClassName
{
border-color: #777AA8;
}
</style>