Shades of Ship Cove #71789A
Tints of Ship Cove #71789A
RGB
CMYK
RGB Variations
Color information
#71789A (or 0x71789A) is known color: Ship Cove. HEX triplet: 71, 78 and 9A. RGB value is (113,120,154). Sum of RGB (Red+Green+Blue) = 113+120+154=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #71789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71789A is #8E8765. Grayscale: #797979. Windows color (decimal): -9340774 or 10123377. OLE color: 10123377.
HSL color Cylindrical-coordinate representation of color #71789A: hue angle of 229.76º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71789A is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 120 | 154 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.40 |
| HSL | 229.76º | 0.17% | 0.52% | - |
| HSV(B) | 229.76º | 0.27% | 0.6% | - |
| XYZ | 19.36 | 19.28 | 33.27 | - |
| YUV | 121.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 154 | 0.27 | 0.22 | 0 | 0.40 | 229.76 | 0.17 | 0.52 |
| Hex | 71 | 78 | 9A | 1B | 16 | 0 | 28 | E6 | 11 | 34 |
| Octal | 161 | 170 | 232 | 33 | 26 | 0 | 50 | 346 | 21 | 64 |
| Binary | 1110001 | 1111000 | 10011010 | 11011 | 10110 | 0 | 101000 | 11100110 | 10001 | 110100 |
Color Harmonies of #71789A
Complementary color
Monochromatic Colors of #71789A
Black with #71789A
Text Example
Text Example
White with #71789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71789A; }
p { color: rgb(113,120,154); }
H1.HeaderClassName
{
color: #71789A;
}
.AnyTagClassName
{
color: #71789A;
}
</style>
background-color css
<style>
a { background-color: #71789A; }
a { background-color: rgb(113,120,154); }
div.DivClassName
{
background-color: #71789A;
}
.BgClassName
{
background-color: #71789A;
}
</style>
border-color css
<style>
span { border-color: #71789A; }
span { border-color: rgb(113,120,154); }
td.TdClassName
{
border-color: #71789A;
}
.TagClassName
{
border-color: #71789A;
}
</style>