Shades of Chetwode Blue #777AB0
Tints of Chetwode Blue #777AB0
RGB
CMYK
RGB Variations
Color information
#777AB0 (or 0x777AB0) is known color: Chetwode Blue. HEX triplet: 77, 7A and B0. RGB value is (119,122,176). Sum of RGB (Red+Green+Blue) = 119+122+176=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 176 - color contains mainly: blue. Hex color #777AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AB0 is #88854F. Grayscale: #7F7F7F. Windows color (decimal): -8947024 or 11565687. OLE color: 11565687.
HSL color Cylindrical-coordinate representation of color #777AB0: hue angle of 236.84º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777AB0 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 122 | 176 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.31 |
| HSL | 236.84º | 0.27% | 0.58% | - |
| HSV(B) | 236.84º | 0.32% | 0.69% | - |
| XYZ | 22.4 | 20.98 | 43.94 | - |
| YUV | 127.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 176 | 0.32 | 0.31 | 0 | 0.31 | 236.84 | 0.27 | 0.58 |
| Hex | 77 | 7A | B0 | 20 | 1F | 0 | 1F | ED | 1B | 3A |
| Octal | 167 | 172 | 260 | 40 | 37 | 0 | 37 | 355 | 33 | 72 |
| Binary | 1110111 | 1111010 | 10110000 | 100000 | 11111 | 0 | 11111 | 11101101 | 11011 | 111010 |
Color Harmonies of #777AB0
Complementary color
Monochromatic Colors of #777AB0
Black with #777AB0
Text Example
Text Example
White with #777AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AB0; }
p { color: rgb(119,122,176); }
H1.HeaderClassName
{
color: #777AB0;
}
.AnyTagClassName
{
color: #777AB0;
}
</style>
background-color css
<style>
a { background-color: #777AB0; }
a { background-color: rgb(119,122,176); }
div.DivClassName
{
background-color: #777AB0;
}
.BgClassName
{
background-color: #777AB0;
}
</style>
border-color css
<style>
span { border-color: #777AB0; }
span { border-color: rgb(119,122,176); }
td.TdClassName
{
border-color: #777AB0;
}
.TagClassName
{
border-color: #777AB0;
}
</style>