Shades of Chetwode Blue #777AB3
Tints of Chetwode Blue #777AB3
RGB
CMYK
RGB Variations
Color information
#777AB3 (or 0x777AB3) is known color: Chetwode Blue. HEX triplet: 77, 7A and B3. RGB value is (119,122,179). Sum of RGB (Red+Green+Blue) = 119+122+179=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #777AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AB3 is #88854C. Grayscale: #7F7F7F. Windows color (decimal): -8947021 or 11762295. OLE color: 11762295.
HSL color Cylindrical-coordinate representation of color #777AB3: hue angle of 237º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #777AB3 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 122 | 179 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.30 |
| HSL | 237º | 0.28% | 0.58% | - |
| HSV(B) | 237º | 0.34% | 0.7% | - |
| XYZ | 22.7 | 21.1 | 45.52 | - |
| YUV | 127.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 179 | 0.34 | 0.32 | 0 | 0.30 | 237 | 0.28 | 0.58 |
| Hex | 77 | 7A | B3 | 22 | 20 | 0 | 1E | ED | 1C | 3A |
| Octal | 167 | 172 | 263 | 42 | 40 | 0 | 36 | 355 | 34 | 72 |
| Binary | 1110111 | 1111010 | 10110011 | 100010 | 100000 | 0 | 11110 | 11101101 | 11100 | 111010 |
Color Harmonies of #777AB3
Complementary color
Monochromatic Colors of #777AB3
Black with #777AB3
Text Example
Text Example
White with #777AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AB3; }
p { color: rgb(119,122,179); }
H1.HeaderClassName
{
color: #777AB3;
}
.AnyTagClassName
{
color: #777AB3;
}
</style>
background-color css
<style>
a { background-color: #777AB3; }
a { background-color: rgb(119,122,179); }
div.DivClassName
{
background-color: #777AB3;
}
.BgClassName
{
background-color: #777AB3;
}
</style>
border-color css
<style>
span { border-color: #777AB3; }
span { border-color: rgb(119,122,179); }
td.TdClassName
{
border-color: #777AB3;
}
.TagClassName
{
border-color: #777AB3;
}
</style>