Shades of Chetwode Blue #777AB7
Tints of Chetwode Blue #777AB7
RGB
CMYK
RGB Variations
Color information
#777AB7 (or 0x777AB7) is known color: Chetwode Blue. HEX triplet: 77, 7A and B7. RGB value is (119,122,183). Sum of RGB (Red+Green+Blue) = 119+122+183=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 183 - color contains mainly: blue. Hex color #777AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AB7 is #888548. Grayscale: #7F7F7F. Windows color (decimal): -8947017 or 12024439. OLE color: 12024439.
HSL color Cylindrical-coordinate representation of color #777AB7: hue angle of 237.19º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #777AB7 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 122 | 183 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.28 |
| HSL | 237.19º | 0.31% | 0.59% | - |
| HSV(B) | 237.19º | 0.35% | 0.72% | - |
| XYZ | 23.11 | 21.26 | 47.69 | - |
| YUV | 128.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 183 | 0.35 | 0.33 | 0 | 0.28 | 237.19 | 0.31 | 0.59 |
| Hex | 77 | 7A | B7 | 23 | 21 | 0 | 1C | ED | 1F | 3B |
| Octal | 167 | 172 | 267 | 43 | 41 | 0 | 34 | 355 | 37 | 73 |
| Binary | 1110111 | 1111010 | 10110111 | 100011 | 100001 | 0 | 11100 | 11101101 | 11111 | 111011 |
Color Harmonies of #777AB7
Complementary color
Monochromatic Colors of #777AB7
Black with #777AB7
Text Example
Text Example
White with #777AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AB7; }
p { color: rgb(119,122,183); }
H1.HeaderClassName
{
color: #777AB7;
}
.AnyTagClassName
{
color: #777AB7;
}
</style>
background-color css
<style>
a { background-color: #777AB7; }
a { background-color: rgb(119,122,183); }
div.DivClassName
{
background-color: #777AB7;
}
.BgClassName
{
background-color: #777AB7;
}
</style>
border-color css
<style>
span { border-color: #777AB7; }
span { border-color: rgb(119,122,183); }
td.TdClassName
{
border-color: #777AB7;
}
.TagClassName
{
border-color: #777AB7;
}
</style>