Shades of Chetwode Blue #777BAB
Tints of Chetwode Blue #777BAB
RGB
CMYK
RGB Variations
Color information
#777BAB (or 0x777BAB) is known color: Chetwode Blue. HEX triplet: 77, 7B and AB. RGB value is (119,123,171). Sum of RGB (Red+Green+Blue) = 119+123+171=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #777BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BAB is #888454. Grayscale: #7F7F7F. Windows color (decimal): -8946773 or 11238263. OLE color: 11238263.
HSL color Cylindrical-coordinate representation of color #777BAB: hue angle of 235.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777BAB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 123 | 171 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.33 |
| HSL | 235.38º | 0.24% | 0.57% | - |
| HSV(B) | 235.38º | 0.3% | 0.67% | - |
| XYZ | 22.04 | 21.03 | 41.43 | - |
| YUV | 127.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 171 | 0.30 | 0.28 | 0 | 0.33 | 235.38 | 0.24 | 0.57 |
| Hex | 77 | 7B | AB | 1E | 1C | 0 | 21 | EB | 18 | 39 |
| Octal | 167 | 173 | 253 | 36 | 34 | 0 | 41 | 353 | 30 | 71 |
| Binary | 1110111 | 1111011 | 10101011 | 11110 | 11100 | 0 | 100001 | 11101011 | 11000 | 111001 |
Color Harmonies of #777BAB
Complementary color
Monochromatic Colors of #777BAB
Black with #777BAB
Text Example
Text Example
White with #777BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BAB; }
p { color: rgb(119,123,171); }
H1.HeaderClassName
{
color: #777BAB;
}
.AnyTagClassName
{
color: #777BAB;
}
</style>
background-color css
<style>
a { background-color: #777BAB; }
a { background-color: rgb(119,123,171); }
div.DivClassName
{
background-color: #777BAB;
}
.BgClassName
{
background-color: #777BAB;
}
</style>
border-color css
<style>
span { border-color: #777BAB; }
span { border-color: rgb(119,123,171); }
td.TdClassName
{
border-color: #777BAB;
}
.TagClassName
{
border-color: #777BAB;
}
</style>