Shades of Chetwode Blue #777BAC
Tints of Chetwode Blue #777BAC
RGB
CMYK
RGB Variations
Color information
#777BAC (or 0x777BAC) is known color: Chetwode Blue. HEX triplet: 77, 7B and AC. RGB value is (119,123,172). Sum of RGB (Red+Green+Blue) = 119+123+172=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #777BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BAC is #888453. Grayscale: #7F7F7F. Windows color (decimal): -8946772 or 11303799. OLE color: 11303799.
HSL color Cylindrical-coordinate representation of color #777BAC: hue angle of 235.47º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #777BAC is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 123 | 172 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.33 |
| HSL | 235.47º | 0.24% | 0.57% | - |
| HSV(B) | 235.47º | 0.31% | 0.67% | - |
| XYZ | 22.14 | 21.07 | 41.93 | - |
| YUV | 127.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 172 | 0.31 | 0.28 | 0 | 0.33 | 235.47 | 0.24 | 0.57 |
| Hex | 77 | 7B | AC | 1F | 1C | 0 | 21 | EB | 18 | 39 |
| Octal | 167 | 173 | 254 | 37 | 34 | 0 | 41 | 353 | 30 | 71 |
| Binary | 1110111 | 1111011 | 10101100 | 11111 | 11100 | 0 | 100001 | 11101011 | 11000 | 111001 |
Color Harmonies of #777BAC
Complementary color
Monochromatic Colors of #777BAC
Black with #777BAC
Text Example
Text Example
White with #777BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BAC; }
p { color: rgb(119,123,172); }
H1.HeaderClassName
{
color: #777BAC;
}
.AnyTagClassName
{
color: #777BAC;
}
</style>
background-color css
<style>
a { background-color: #777BAC; }
a { background-color: rgb(119,123,172); }
div.DivClassName
{
background-color: #777BAC;
}
.BgClassName
{
background-color: #777BAC;
}
</style>
border-color css
<style>
span { border-color: #777BAC; }
span { border-color: rgb(119,123,172); }
td.TdClassName
{
border-color: #777BAC;
}
.TagClassName
{
border-color: #777BAC;
}
</style>