Shades of Chetwode Blue #777AAD
Tints of Chetwode Blue #777AAD
RGB
CMYK
RGB Variations
Color information
#777AAD (or 0x777AAD) is known color: Chetwode Blue. HEX triplet: 77, 7A and AD. RGB value is (119,122,173). Sum of RGB (Red+Green+Blue) = 119+122+173=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #777AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AAD is #888552. Grayscale: #7E7E7E. Windows color (decimal): -8947027 or 11369079. OLE color: 11369079.
HSL color Cylindrical-coordinate representation of color #777AAD: hue angle of 236.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #777AAD is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 122 | 173 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.32 |
| HSL | 236.67º | 0.25% | 0.57% | - |
| HSV(B) | 236.67º | 0.31% | 0.68% | - |
| XYZ | 22.11 | 20.86 | 42.4 | - |
| YUV | 126.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 173 | 0.31 | 0.29 | 0 | 0.32 | 236.67 | 0.25 | 0.57 |
| Hex | 77 | 7A | AD | 1F | 1D | 0 | 20 | ED | 19 | 39 |
| Octal | 167 | 172 | 255 | 37 | 35 | 0 | 40 | 355 | 31 | 71 |
| Binary | 1110111 | 1111010 | 10101101 | 11111 | 11101 | 0 | 100000 | 11101101 | 11001 | 111001 |
Color Harmonies of #777AAD
Complementary color
Monochromatic Colors of #777AAD
Black with #777AAD
Text Example
Text Example
White with #777AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AAD; }
p { color: rgb(119,122,173); }
H1.HeaderClassName
{
color: #777AAD;
}
.AnyTagClassName
{
color: #777AAD;
}
</style>
background-color css
<style>
a { background-color: #777AAD; }
a { background-color: rgb(119,122,173); }
div.DivClassName
{
background-color: #777AAD;
}
.BgClassName
{
background-color: #777AAD;
}
</style>
border-color css
<style>
span { border-color: #777AAD; }
span { border-color: rgb(119,122,173); }
td.TdClassName
{
border-color: #777AAD;
}
.TagClassName
{
border-color: #777AAD;
}
</style>