Shades of Chetwode Blue #777BAF
Tints of Chetwode Blue #777BAF
RGB
CMYK
RGB Variations
Color information
#777BAF (or 0x777BAF) is known color: Chetwode Blue. HEX triplet: 77, 7B and AF. RGB value is (119,123,175). Sum of RGB (Red+Green+Blue) = 119+123+175=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #777BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BAF is #888450. Grayscale: #7F7F7F. Windows color (decimal): -8946769 or 11500407. OLE color: 11500407.
HSL color Cylindrical-coordinate representation of color #777BAF: hue angle of 235.71º 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 #777BAF is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 123 | 175 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.31 |
| HSL | 235.71º | 0.26% | 0.58% | - |
| HSV(B) | 235.71º | 0.32% | 0.69% | - |
| XYZ | 22.43 | 21.18 | 43.46 | - |
| YUV | 127.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 175 | 0.32 | 0.30 | 0 | 0.31 | 235.71 | 0.26 | 0.58 |
| Hex | 77 | 7B | AF | 20 | 1E | 0 | 1F | EC | 1A | 3A |
| Octal | 167 | 173 | 257 | 40 | 36 | 0 | 37 | 354 | 32 | 72 |
| Binary | 1110111 | 1111011 | 10101111 | 100000 | 11110 | 0 | 11111 | 11101100 | 11010 | 111010 |
Color Harmonies of #777BAF
Complementary color
Monochromatic Colors of #777BAF
Black with #777BAF
Text Example
Text Example
White with #777BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BAF; }
p { color: rgb(119,123,175); }
H1.HeaderClassName
{
color: #777BAF;
}
.AnyTagClassName
{
color: #777BAF;
}
</style>
background-color css
<style>
a { background-color: #777BAF; }
a { background-color: rgb(119,123,175); }
div.DivClassName
{
background-color: #777BAF;
}
.BgClassName
{
background-color: #777BAF;
}
</style>
border-color css
<style>
span { border-color: #777BAF; }
span { border-color: rgb(119,123,175); }
td.TdClassName
{
border-color: #777BAF;
}
.TagClassName
{
border-color: #777BAF;
}
</style>