Shades of Chetwode Blue #777AB4
Tints of Chetwode Blue #777AB4
RGB
CMYK
RGB Variations
Color information
#777AB4 (or 0x777AB4) is known color: Chetwode Blue. HEX triplet: 77, 7A and B4. RGB value is (119,122,180). Sum of RGB (Red+Green+Blue) = 119+122+180=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #777AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AB4 is #88854B. Grayscale: #7F7F7F. Windows color (decimal): -8947020 or 11827831. OLE color: 11827831.
HSL color Cylindrical-coordinate representation of color #777AB4: hue angle of 237.05º 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 #777AB4 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 122 | 180 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.29 |
| HSL | 237.05º | 0.29% | 0.59% | - |
| HSV(B) | 237.05º | 0.34% | 0.71% | - |
| XYZ | 22.81 | 21.14 | 46.06 | - |
| YUV | 127.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 180 | 0.34 | 0.32 | 0 | 0.29 | 237.05 | 0.29 | 0.59 |
| Hex | 77 | 7A | B4 | 22 | 20 | 0 | 1D | ED | 1D | 3B |
| Octal | 167 | 172 | 264 | 42 | 40 | 0 | 35 | 355 | 35 | 73 |
| Binary | 1110111 | 1111010 | 10110100 | 100010 | 100000 | 0 | 11101 | 11101101 | 11101 | 111011 |
Color Harmonies of #777AB4
Complementary color
Monochromatic Colors of #777AB4
Black with #777AB4
Text Example
Text Example
White with #777AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AB4; }
p { color: rgb(119,122,180); }
H1.HeaderClassName
{
color: #777AB4;
}
.AnyTagClassName
{
color: #777AB4;
}
</style>
background-color css
<style>
a { background-color: #777AB4; }
a { background-color: rgb(119,122,180); }
div.DivClassName
{
background-color: #777AB4;
}
.BgClassName
{
background-color: #777AB4;
}
</style>
border-color css
<style>
span { border-color: #777AB4; }
span { border-color: rgb(119,122,180); }
td.TdClassName
{
border-color: #777AB4;
}
.TagClassName
{
border-color: #777AB4;
}
</style>