Shades of Ship Cove #777CA9
Tints of Ship Cove #777CA9
RGB
CMYK
RGB Variations
Color information
#777CA9 (or 0x777CA9) is known color: Ship Cove. HEX triplet: 77, 7C and A9. RGB value is (119,124,169). Sum of RGB (Red+Green+Blue) = 119+124+169=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 169 - color contains mainly: blue. Hex color #777CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777CA9 is #888356. Grayscale: #7F7F7F. Windows color (decimal): -8946519 or 11107447. OLE color: 11107447.
HSL color Cylindrical-coordinate representation of color #777CA9: hue angle of 234º 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 #777CA9 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 124 | 169 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.34 |
| HSL | 234º | 0.23% | 0.56% | - |
| HSV(B) | 234º | 0.3% | 0.66% | - |
| XYZ | 21.98 | 21.2 | 40.47 | - |
| YUV | 127.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 169 | 0.30 | 0.27 | 0 | 0.34 | 234 | 0.23 | 0.56 |
| Hex | 77 | 7C | A9 | 1E | 1B | 0 | 22 | EA | 17 | 38 |
| Octal | 167 | 174 | 251 | 36 | 33 | 0 | 42 | 352 | 27 | 70 |
| Binary | 1110111 | 1111100 | 10101001 | 11110 | 11011 | 0 | 100010 | 11101010 | 10111 | 111000 |
Color Harmonies of #777CA9
Complementary color
Monochromatic Colors of #777CA9
Black with #777CA9
Text Example
Text Example
White with #777CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CA9; }
p { color: rgb(119,124,169); }
H1.HeaderClassName
{
color: #777CA9;
}
.AnyTagClassName
{
color: #777CA9;
}
</style>
background-color css
<style>
a { background-color: #777CA9; }
a { background-color: rgb(119,124,169); }
div.DivClassName
{
background-color: #777CA9;
}
.BgClassName
{
background-color: #777CA9;
}
</style>
border-color css
<style>
span { border-color: #777CA9; }
span { border-color: rgb(119,124,169); }
td.TdClassName
{
border-color: #777CA9;
}
.TagClassName
{
border-color: #777CA9;
}
</style>