Shades of Chetwode Blue #7778BA
Tints of Chetwode Blue #7778BA
RGB
CMYK
RGB Variations
Color information
#7778BA (or 0x7778BA) is known color: Chetwode Blue. HEX triplet: 77, 78 and BA. RGB value is (119,120,186). Sum of RGB (Red+Green+Blue) = 119+120+186=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #7778BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7778BA is #888745. Grayscale: #7E7E7E. Windows color (decimal): -8947526 or 12220535. OLE color: 12220535.
HSL color Cylindrical-coordinate representation of color #7778BA: hue angle of 239.1º 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 #7778BA is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 120 | 186 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.27 |
| HSL | 239.1º | 0.33% | 0.6% | - |
| HSV(B) | 239.1º | 0.36% | 0.73% | - |
| XYZ | 23.19 | 20.9 | 49.27 | - |
| YUV | 127.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 186 | 0.36 | 0.35 | 0 | 0.27 | 239.1 | 0.33 | 0.6 |
| Hex | 77 | 78 | BA | 24 | 23 | 0 | 1B | EF | 21 | 3C |
| Octal | 167 | 170 | 272 | 44 | 43 | 0 | 33 | 357 | 41 | 74 |
| Binary | 1110111 | 1111000 | 10111010 | 100100 | 100011 | 0 | 11011 | 11101111 | 100001 | 111100 |
Color Harmonies of #7778BA
Complementary color
Monochromatic Colors of #7778BA
Black with #7778BA
Text Example
Text Example
White with #7778BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7778BA; }
p { color: rgb(119,120,186); }
H1.HeaderClassName
{
color: #7778BA;
}
.AnyTagClassName
{
color: #7778BA;
}
</style>
background-color css
<style>
a { background-color: #7778BA; }
a { background-color: rgb(119,120,186); }
div.DivClassName
{
background-color: #7778BA;
}
.BgClassName
{
background-color: #7778BA;
}
</style>
border-color css
<style>
span { border-color: #7778BA; }
span { border-color: rgb(119,120,186); }
td.TdClassName
{
border-color: #7778BA;
}
.TagClassName
{
border-color: #7778BA;
}
</style>