Shades of Ship Cove #778FAB
Tints of Ship Cove #778FAB
RGB
CMYK
RGB Variations
Color information
#778FAB (or 0x778FAB) is known color: Ship Cove. HEX triplet: 77, 8F and AB. RGB value is (119,143,171). Sum of RGB (Red+Green+Blue) = 119+143+171=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #778FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778FAB is #887054. Grayscale: #8A8A8A. Windows color (decimal): -8941653 or 11243383. OLE color: 11243383.
HSL color Cylindrical-coordinate representation of color #778FAB: hue angle of 212.31º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #778FAB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 143 | 171 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.33 |
| HSL | 212.31º | 0.24% | 0.57% | - |
| HSV(B) | 212.31º | 0.3% | 0.67% | - |
| XYZ | 24.78 | 26.51 | 42.34 | - |
| YUV | 139.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 171 | 0.30 | 0.16 | 0 | 0.33 | 212.31 | 0.24 | 0.57 |
| Hex | 77 | 8F | AB | 1E | 10 | 0 | 21 | D4 | 18 | 39 |
| Octal | 167 | 217 | 253 | 36 | 20 | 0 | 41 | 324 | 30 | 71 |
| Binary | 1110111 | 10001111 | 10101011 | 11110 | 10000 | 0 | 100001 | 11010100 | 11000 | 111001 |
Color Harmonies of #778FAB
Complementary color
Monochromatic Colors of #778FAB
Black with #778FAB
Text Example
Text Example
White with #778FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FAB; }
p { color: rgb(119,143,171); }
H1.HeaderClassName
{
color: #778FAB;
}
.AnyTagClassName
{
color: #778FAB;
}
</style>
background-color css
<style>
a { background-color: #778FAB; }
a { background-color: rgb(119,143,171); }
div.DivClassName
{
background-color: #778FAB;
}
.BgClassName
{
background-color: #778FAB;
}
</style>
border-color css
<style>
span { border-color: #778FAB; }
span { border-color: rgb(119,143,171); }
td.TdClassName
{
border-color: #778FAB;
}
.TagClassName
{
border-color: #778FAB;
}
</style>