Shades of Chetwode Blue #777ABA
Tints of Chetwode Blue #777ABA
RGB
CMYK
RGB Variations
Color information
#777ABA (or 0x777ABA) is known color: Chetwode Blue. HEX triplet: 77, 7A and BA. RGB value is (119,122,186). Sum of RGB (Red+Green+Blue) = 119+122+186=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #777ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ABA is #888545. Grayscale: #808080. Windows color (decimal): -8947014 or 12221047. OLE color: 12221047.
HSL color Cylindrical-coordinate representation of color #777ABA: hue angle of 237.31º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #777ABA is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 122 | 186 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.27 |
| HSL | 237.31º | 0.33% | 0.6% | - |
| HSV(B) | 237.31º | 0.36% | 0.73% | - |
| XYZ | 23.43 | 21.39 | 49.35 | - |
| YUV | 128.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 186 | 0.36 | 0.34 | 0 | 0.27 | 237.31 | 0.33 | 0.6 |
| Hex | 77 | 7A | BA | 24 | 22 | 0 | 1B | ED | 21 | 3C |
| Octal | 167 | 172 | 272 | 44 | 42 | 0 | 33 | 355 | 41 | 74 |
| Binary | 1110111 | 1111010 | 10111010 | 100100 | 100010 | 0 | 11011 | 11101101 | 100001 | 111100 |
Color Harmonies of #777ABA
Complementary color
Monochromatic Colors of #777ABA
Black with #777ABA
Text Example
Text Example
White with #777ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777ABA; }
p { color: rgb(119,122,186); }
H1.HeaderClassName
{
color: #777ABA;
}
.AnyTagClassName
{
color: #777ABA;
}
</style>
background-color css
<style>
a { background-color: #777ABA; }
a { background-color: rgb(119,122,186); }
div.DivClassName
{
background-color: #777ABA;
}
.BgClassName
{
background-color: #777ABA;
}
</style>
border-color css
<style>
span { border-color: #777ABA; }
span { border-color: rgb(119,122,186); }
td.TdClassName
{
border-color: #777ABA;
}
.TagClassName
{
border-color: #777ABA;
}
</style>