Shades of Ship Cove #707E9E
Tints of Ship Cove #707E9E
RGB
CMYK
RGB Variations
Color information
#707E9E (or 0x707E9E) is known color: Ship Cove. HEX triplet: 70, 7E and 9E. RGB value is (112,126,158). Sum of RGB (Red+Green+Blue) = 112+126+158=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #707E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E9E is #8F8161. Grayscale: #7D7D7D. Windows color (decimal): -9404770 or 10387056. OLE color: 10387056.
HSL color Cylindrical-coordinate representation of color #707E9E: hue angle of 221.74º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #707E9E is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 126 | 158 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.38 |
| HSL | 221.74º | 0.19% | 0.53% | - |
| HSV(B) | 221.74º | 0.29% | 0.62% | - |
| XYZ | 20.31 | 20.84 | 35.3 | - |
| YUV | 125.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 158 | 0.29 | 0.20 | 0 | 0.38 | 221.74 | 0.19 | 0.53 |
| Hex | 70 | 7E | 9E | 1D | 14 | 0 | 26 | DE | 13 | 35 |
| Octal | 160 | 176 | 236 | 35 | 24 | 0 | 46 | 336 | 23 | 65 |
| Binary | 1110000 | 1111110 | 10011110 | 11101 | 10100 | 0 | 100110 | 11011110 | 10011 | 110101 |
Color Harmonies of #707E9E
Complementary color
Monochromatic Colors of #707E9E
Black with #707E9E
Text Example
Text Example
White with #707E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E9E; }
p { color: rgb(112,126,158); }
H1.HeaderClassName
{
color: #707E9E;
}
.AnyTagClassName
{
color: #707E9E;
}
</style>
background-color css
<style>
a { background-color: #707E9E; }
a { background-color: rgb(112,126,158); }
div.DivClassName
{
background-color: #707E9E;
}
.BgClassName
{
background-color: #707E9E;
}
</style>
border-color css
<style>
span { border-color: #707E9E; }
span { border-color: rgb(112,126,158); }
td.TdClassName
{
border-color: #707E9E;
}
.TagClassName
{
border-color: #707E9E;
}
</style>