Shades of Ship Cove #777FA9
Tints of Ship Cove #777FA9
RGB
CMYK
RGB Variations
Color information
#777FA9 (or 0x777FA9) is known color: Ship Cove. HEX triplet: 77, 7F and A9. RGB value is (119,127,169). Sum of RGB (Red+Green+Blue) = 119+127+169=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 169 - color contains mainly: blue. Hex color #777FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777FA9 is #888056. Grayscale: #818181. Windows color (decimal): -8945751 or 11108215. OLE color: 11108215.
HSL color Cylindrical-coordinate representation of color #777FA9: hue angle of 230.4º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777FA9 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 127 | 169 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.34 |
| HSL | 230.4º | 0.23% | 0.56% | - |
| HSV(B) | 230.4º | 0.3% | 0.66% | - |
| XYZ | 22.36 | 21.97 | 40.6 | - |
| YUV | 129.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 169 | 0.30 | 0.25 | 0 | 0.34 | 230.4 | 0.23 | 0.56 |
| Hex | 77 | 7F | A9 | 1E | 19 | 0 | 22 | E6 | 17 | 38 |
| Octal | 167 | 177 | 251 | 36 | 31 | 0 | 42 | 346 | 27 | 70 |
| Binary | 1110111 | 1111111 | 10101001 | 11110 | 11001 | 0 | 100010 | 11100110 | 10111 | 111000 |
Color Harmonies of #777FA9
Complementary color
Monochromatic Colors of #777FA9
Black with #777FA9
Text Example
Text Example
White with #777FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777FA9; }
p { color: rgb(119,127,169); }
H1.HeaderClassName
{
color: #777FA9;
}
.AnyTagClassName
{
color: #777FA9;
}
</style>
background-color css
<style>
a { background-color: #777FA9; }
a { background-color: rgb(119,127,169); }
div.DivClassName
{
background-color: #777FA9;
}
.BgClassName
{
background-color: #777FA9;
}
</style>
border-color css
<style>
span { border-color: #777FA9; }
span { border-color: rgb(119,127,169); }
td.TdClassName
{
border-color: #777FA9;
}
.TagClassName
{
border-color: #777FA9;
}
</style>