Shades of Chetwode Blue #777AB9
Tints of Chetwode Blue #777AB9
RGB
CMYK
RGB Variations
Color information
#777AB9 (or 0x777AB9) is known color: Chetwode Blue. HEX triplet: 77, 7A and B9. RGB value is (119,122,185). Sum of RGB (Red+Green+Blue) = 119+122+185=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #777AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AB9 is #888546. Grayscale: #808080. Windows color (decimal): -8947015 or 12155511. OLE color: 12155511.
HSL color Cylindrical-coordinate representation of color #777AB9: hue angle of 237.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #777AB9 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 122 | 185 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.27 |
| HSL | 237.27º | 0.32% | 0.6% | - |
| HSV(B) | 237.27º | 0.36% | 0.73% | - |
| XYZ | 23.32 | 21.34 | 48.79 | - |
| YUV | 128.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 185 | 0.36 | 0.34 | 0 | 0.27 | 237.27 | 0.32 | 0.6 |
| Hex | 77 | 7A | B9 | 24 | 22 | 0 | 1B | ED | 20 | 3C |
| Octal | 167 | 172 | 271 | 44 | 42 | 0 | 33 | 355 | 40 | 74 |
| Binary | 1110111 | 1111010 | 10111001 | 100100 | 100010 | 0 | 11011 | 11101101 | 100000 | 111100 |
Color Harmonies of #777AB9
Complementary color
Monochromatic Colors of #777AB9
Black with #777AB9
Text Example
Text Example
White with #777AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AB9; }
p { color: rgb(119,122,185); }
H1.HeaderClassName
{
color: #777AB9;
}
.AnyTagClassName
{
color: #777AB9;
}
</style>
background-color css
<style>
a { background-color: #777AB9; }
a { background-color: rgb(119,122,185); }
div.DivClassName
{
background-color: #777AB9;
}
.BgClassName
{
background-color: #777AB9;
}
</style>
border-color css
<style>
span { border-color: #777AB9; }
span { border-color: rgb(119,122,185); }
td.TdClassName
{
border-color: #777AB9;
}
.TagClassName
{
border-color: #777AB9;
}
</style>