Shades of Ship Cove #7888AB
Tints of Ship Cove #7888AB
RGB
CMYK
RGB Variations
Color information
#7888AB (or 0x7888AB) is known color: Ship Cove. HEX triplet: 78, 88 and AB. RGB value is (120,136,171). Sum of RGB (Red+Green+Blue) = 120+136+171=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #7888AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7888AB is #877754. Grayscale: #878787. Windows color (decimal): -8877909 or 11241592. OLE color: 11241592.
HSL color Cylindrical-coordinate representation of color #7888AB: hue angle of 221.18º degrees, saturation: 0.23, 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 #7888AB is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 136 | 171 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.33 |
| HSL | 221.18º | 0.23% | 0.57% | - |
| HSV(B) | 221.18º | 0.3% | 0.67% | - |
| XYZ | 23.9 | 24.54 | 42.01 | - |
| YUV | 135.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 171 | 0.30 | 0.20 | 0 | 0.33 | 221.18 | 0.23 | 0.57 |
| Hex | 78 | 88 | AB | 1E | 14 | 0 | 21 | DD | 17 | 39 |
| Octal | 170 | 210 | 253 | 36 | 24 | 0 | 41 | 335 | 27 | 71 |
| Binary | 1111000 | 10001000 | 10101011 | 11110 | 10100 | 0 | 100001 | 11011101 | 10111 | 111001 |
Color Harmonies of #7888AB
Complementary color
Monochromatic Colors of #7888AB
Black with #7888AB
Text Example
Text Example
White with #7888AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7888AB; }
p { color: rgb(120,136,171); }
H1.HeaderClassName
{
color: #7888AB;
}
.AnyTagClassName
{
color: #7888AB;
}
</style>
background-color css
<style>
a { background-color: #7888AB; }
a { background-color: rgb(120,136,171); }
div.DivClassName
{
background-color: #7888AB;
}
.BgClassName
{
background-color: #7888AB;
}
</style>
border-color css
<style>
span { border-color: #7888AB; }
span { border-color: rgb(120,136,171); }
td.TdClassName
{
border-color: #7888AB;
}
.TagClassName
{
border-color: #7888AB;
}
</style>