Shades of Chetwode Blue #777AAF
Tints of Chetwode Blue #777AAF
RGB
CMYK
RGB Variations
Color information
#777AAF (or 0x777AAF) is known color: Chetwode Blue. HEX triplet: 77, 7A and AF. RGB value is (119,122,175). Sum of RGB (Red+Green+Blue) = 119+122+175=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #777AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AAF is #888550. Grayscale: #7E7E7E. Windows color (decimal): -8947025 or 11500151. OLE color: 11500151.
HSL color Cylindrical-coordinate representation of color #777AAF: hue angle of 236.79º degrees, saturation: 0.26, 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 #777AAF is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 122 | 175 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.31 |
| HSL | 236.79º | 0.26% | 0.58% | - |
| HSV(B) | 236.79º | 0.32% | 0.69% | - |
| XYZ | 22.31 | 20.94 | 43.42 | - |
| YUV | 127.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 175 | 0.32 | 0.30 | 0 | 0.31 | 236.79 | 0.26 | 0.58 |
| Hex | 77 | 7A | AF | 20 | 1E | 0 | 1F | ED | 1A | 3A |
| Octal | 167 | 172 | 257 | 40 | 36 | 0 | 37 | 355 | 32 | 72 |
| Binary | 1110111 | 1111010 | 10101111 | 100000 | 11110 | 0 | 11111 | 11101101 | 11010 | 111010 |
Color Harmonies of #777AAF
Complementary color
Monochromatic Colors of #777AAF
Black with #777AAF
Text Example
Text Example
White with #777AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AAF; }
p { color: rgb(119,122,175); }
H1.HeaderClassName
{
color: #777AAF;
}
.AnyTagClassName
{
color: #777AAF;
}
</style>
background-color css
<style>
a { background-color: #777AAF; }
a { background-color: rgb(119,122,175); }
div.DivClassName
{
background-color: #777AAF;
}
.BgClassName
{
background-color: #777AAF;
}
</style>
border-color css
<style>
span { border-color: #777AAF; }
span { border-color: rgb(119,122,175); }
td.TdClassName
{
border-color: #777AAF;
}
.TagClassName
{
border-color: #777AAF;
}
</style>