Shades of Ship Cove #7887AA
Tints of Ship Cove #7887AA
RGB
CMYK
RGB Variations
Color information
#7887AA (or 0x7887AA) is known color: Ship Cove. HEX triplet: 78, 87 and AA. RGB value is (120,135,170). Sum of RGB (Red+Green+Blue) = 120+135+170=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #7887AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7887AA is #877855. Grayscale: #868686. Windows color (decimal): -8878166 or 11175800. OLE color: 11175800.
HSL color Cylindrical-coordinate representation of color #7887AA: hue angle of 222º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7887AA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 135 | 170 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.33 |
| HSL | 222º | 0.23% | 0.57% | - |
| HSV(B) | 222º | 0.29% | 0.67% | - |
| XYZ | 23.67 | 24.22 | 41.46 | - |
| YUV | 134.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 170 | 0.29 | 0.21 | 0 | 0.33 | 222 | 0.23 | 0.57 |
| Hex | 78 | 87 | AA | 1D | 15 | 0 | 21 | DE | 17 | 39 |
| Octal | 170 | 207 | 252 | 35 | 25 | 0 | 41 | 336 | 27 | 71 |
| Binary | 1111000 | 10000111 | 10101010 | 11101 | 10101 | 0 | 100001 | 11011110 | 10111 | 111001 |
Color Harmonies of #7887AA
Complementary color
Monochromatic Colors of #7887AA
Black with #7887AA
Text Example
Text Example
White with #7887AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7887AA; }
p { color: rgb(120,135,170); }
H1.HeaderClassName
{
color: #7887AA;
}
.AnyTagClassName
{
color: #7887AA;
}
</style>
background-color css
<style>
a { background-color: #7887AA; }
a { background-color: rgb(120,135,170); }
div.DivClassName
{
background-color: #7887AA;
}
.BgClassName
{
background-color: #7887AA;
}
</style>
border-color css
<style>
span { border-color: #7887AA; }
span { border-color: rgb(120,135,170); }
td.TdClassName
{
border-color: #7887AA;
}
.TagClassName
{
border-color: #7887AA;
}
</style>