Shades of Ship Cove #778BA9
Tints of Ship Cove #778BA9
RGB
CMYK
RGB Variations
Color information
#778BA9 (or 0x778BA9) is known color: Ship Cove. HEX triplet: 77, 8B and A9. RGB value is (119,139,169). Sum of RGB (Red+Green+Blue) = 119+139+169=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 169 - color contains mainly: blue. Hex color #778BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778BA9 is #887456. Grayscale: #888888. Windows color (decimal): -8942679 or 11111287. OLE color: 11111287.
HSL color Cylindrical-coordinate representation of color #778BA9: hue angle of 216º 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 #778BA9 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 139 | 169 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.34 |
| HSL | 216º | 0.23% | 0.56% | - |
| HSV(B) | 216º | 0.3% | 0.66% | - |
| XYZ | 24 | 25.25 | 41.15 | - |
| YUV | 136.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 169 | 0.30 | 0.18 | 0 | 0.34 | 216 | 0.23 | 0.56 |
| Hex | 77 | 8B | A9 | 1E | 12 | 0 | 22 | D8 | 17 | 38 |
| Octal | 167 | 213 | 251 | 36 | 22 | 0 | 42 | 330 | 27 | 70 |
| Binary | 1110111 | 10001011 | 10101001 | 11110 | 10010 | 0 | 100010 | 11011000 | 10111 | 111000 |
Color Harmonies of #778BA9
Complementary color
Monochromatic Colors of #778BA9
Black with #778BA9
Text Example
Text Example
White with #778BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BA9; }
p { color: rgb(119,139,169); }
H1.HeaderClassName
{
color: #778BA9;
}
.AnyTagClassName
{
color: #778BA9;
}
</style>
background-color css
<style>
a { background-color: #778BA9; }
a { background-color: rgb(119,139,169); }
div.DivClassName
{
background-color: #778BA9;
}
.BgClassName
{
background-color: #778BA9;
}
</style>
border-color css
<style>
span { border-color: #778BA9; }
span { border-color: rgb(119,139,169); }
td.TdClassName
{
border-color: #778BA9;
}
.TagClassName
{
border-color: #778BA9;
}
</style>