Shades of Chetwode Blue #7778B4
Tints of Chetwode Blue #7778B4
RGB
CMYK
RGB Variations
Color information
#7778B4 (or 0x7778B4) is known color: Chetwode Blue. HEX triplet: 77, 78 and B4. RGB value is (119,120,180). Sum of RGB (Red+Green+Blue) = 119+120+180=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #7778B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7778B4 is #88874B. Grayscale: #7E7E7E. Windows color (decimal): -8947532 or 11827319. OLE color: 11827319.
HSL color Cylindrical-coordinate representation of color #7778B4: hue angle of 239.02º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7778B4 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 120 | 180 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.29 |
| HSL | 239.02º | 0.29% | 0.59% | - |
| HSV(B) | 239.02º | 0.34% | 0.71% | - |
| XYZ | 22.56 | 20.65 | 45.98 | - |
| YUV | 126.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 180 | 0.34 | 0.33 | 0 | 0.29 | 239.02 | 0.29 | 0.59 |
| Hex | 77 | 78 | B4 | 22 | 21 | 0 | 1D | EF | 1D | 3B |
| Octal | 167 | 170 | 264 | 42 | 41 | 0 | 35 | 357 | 35 | 73 |
| Binary | 1110111 | 1111000 | 10110100 | 100010 | 100001 | 0 | 11101 | 11101111 | 11101 | 111011 |
Color Harmonies of #7778B4
Complementary color
Monochromatic Colors of #7778B4
Black with #7778B4
Text Example
Text Example
White with #7778B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7778B4; }
p { color: rgb(119,120,180); }
H1.HeaderClassName
{
color: #7778B4;
}
.AnyTagClassName
{
color: #7778B4;
}
</style>
background-color css
<style>
a { background-color: #7778B4; }
a { background-color: rgb(119,120,180); }
div.DivClassName
{
background-color: #7778B4;
}
.BgClassName
{
background-color: #7778B4;
}
</style>
border-color css
<style>
span { border-color: #7778B4; }
span { border-color: rgb(119,120,180); }
td.TdClassName
{
border-color: #7778B4;
}
.TagClassName
{
border-color: #7778B4;
}
</style>