Shades of Ship Cove #70779A
Tints of Ship Cove #70779A
RGB
CMYK
RGB Variations
Color information
#70779A (or 0x70779A) is known color: Ship Cove. HEX triplet: 70, 77 and 9A. RGB value is (112,119,154). Sum of RGB (Red+Green+Blue) = 112+119+154=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #70779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70779A is #8F8865. Grayscale: #787878. Windows color (decimal): -9406566 or 10123120. OLE color: 10123120.
HSL color Cylindrical-coordinate representation of color #70779A: hue angle of 230º 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 #70779A is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 119 | 154 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.40 |
| HSL | 230º | 0.17% | 0.52% | - |
| HSV(B) | 230º | 0.27% | 0.6% | - |
| XYZ | 19.11 | 18.97 | 33.23 | - |
| YUV | 120.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 154 | 0.27 | 0.23 | 0 | 0.40 | 230 | 0.17 | 0.52 |
| Hex | 70 | 77 | 9A | 1B | 17 | 0 | 28 | E6 | 11 | 34 |
| Octal | 160 | 167 | 232 | 33 | 27 | 0 | 50 | 346 | 21 | 64 |
| Binary | 1110000 | 1110111 | 10011010 | 11011 | 10111 | 0 | 101000 | 11100110 | 10001 | 110100 |
Color Harmonies of #70779A
Complementary color
Monochromatic Colors of #70779A
Black with #70779A
Text Example
Text Example
White with #70779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70779A; }
p { color: rgb(112,119,154); }
H1.HeaderClassName
{
color: #70779A;
}
.AnyTagClassName
{
color: #70779A;
}
</style>
background-color css
<style>
a { background-color: #70779A; }
a { background-color: rgb(112,119,154); }
div.DivClassName
{
background-color: #70779A;
}
.BgClassName
{
background-color: #70779A;
}
</style>
border-color css
<style>
span { border-color: #70779A; }
span { border-color: rgb(112,119,154); }
td.TdClassName
{
border-color: #70779A;
}
.TagClassName
{
border-color: #70779A;
}
</style>