Shades of Chetwode Blue #777BB1
Tints of Chetwode Blue #777BB1
RGB
CMYK
RGB Variations
Color information
#777BB1 (or 0x777BB1) is known color: Chetwode Blue. HEX triplet: 77, 7B and B1. RGB value is (119,123,177). Sum of RGB (Red+Green+Blue) = 119+123+177=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: blue. Hex color #777BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BB1 is #88844E. Grayscale: #7F7F7F. Windows color (decimal): -8946767 or 11631479. OLE color: 11631479.
HSL color Cylindrical-coordinate representation of color #777BB1: hue angle of 235.86º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #777BB1 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 123 | 177 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.31 |
| HSL | 235.86º | 0.27% | 0.58% | - |
| HSV(B) | 235.86º | 0.33% | 0.69% | - |
| XYZ | 22.63 | 21.26 | 44.51 | - |
| YUV | 127.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 177 | 0.33 | 0.31 | 0 | 0.31 | 235.86 | 0.27 | 0.58 |
| Hex | 77 | 7B | B1 | 21 | 1F | 0 | 1F | EC | 1B | 3A |
| Octal | 167 | 173 | 261 | 41 | 37 | 0 | 37 | 354 | 33 | 72 |
| Binary | 1110111 | 1111011 | 10110001 | 100001 | 11111 | 0 | 11111 | 11101100 | 11011 | 111010 |
Color Harmonies of #777BB1
Complementary color
Monochromatic Colors of #777BB1
Black with #777BB1
Text Example
Text Example
White with #777BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BB1; }
p { color: rgb(119,123,177); }
H1.HeaderClassName
{
color: #777BB1;
}
.AnyTagClassName
{
color: #777BB1;
}
</style>
background-color css
<style>
a { background-color: #777BB1; }
a { background-color: rgb(119,123,177); }
div.DivClassName
{
background-color: #777BB1;
}
.BgClassName
{
background-color: #777BB1;
}
</style>
border-color css
<style>
span { border-color: #777BB1; }
span { border-color: rgb(119,123,177); }
td.TdClassName
{
border-color: #777BB1;
}
.TagClassName
{
border-color: #777BB1;
}
</style>