Shades of Ship Cove #7881AA
Tints of Ship Cove #7881AA
RGB
CMYK
RGB Variations
Color information
#7881AA (or 0x7881AA) is known color: Ship Cove. HEX triplet: 78, 81 and AA. RGB value is (120,129,170). Sum of RGB (Red+Green+Blue) = 120+129+170=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #7881AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7881AA is #877E55. Grayscale: #828282. Windows color (decimal): -8879702 or 11174264. OLE color: 11174264.
HSL color Cylindrical-coordinate representation of color #7881AA: hue angle of 229.2º 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 #7881AA is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 129 | 170 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.33 |
| HSL | 229.2º | 0.23% | 0.57% | - |
| HSV(B) | 229.2º | 0.29% | 0.67% | - |
| XYZ | 22.85 | 22.6 | 41.19 | - |
| YUV | 130.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 170 | 0.29 | 0.24 | 0 | 0.33 | 229.2 | 0.23 | 0.57 |
| Hex | 78 | 81 | AA | 1D | 18 | 0 | 21 | E5 | 17 | 39 |
| Octal | 170 | 201 | 252 | 35 | 30 | 0 | 41 | 345 | 27 | 71 |
| Binary | 1111000 | 10000001 | 10101010 | 11101 | 11000 | 0 | 100001 | 11100101 | 10111 | 111001 |
Color Harmonies of #7881AA
Complementary color
Monochromatic Colors of #7881AA
Black with #7881AA
Text Example
Text Example
White with #7881AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881AA; }
p { color: rgb(120,129,170); }
H1.HeaderClassName
{
color: #7881AA;
}
.AnyTagClassName
{
color: #7881AA;
}
</style>
background-color css
<style>
a { background-color: #7881AA; }
a { background-color: rgb(120,129,170); }
div.DivClassName
{
background-color: #7881AA;
}
.BgClassName
{
background-color: #7881AA;
}
</style>
border-color css
<style>
span { border-color: #7881AA; }
span { border-color: rgb(120,129,170); }
td.TdClassName
{
border-color: #7881AA;
}
.TagClassName
{
border-color: #7881AA;
}
</style>