Shades of Ship Cove #707CAD
Tints of Ship Cove #707CAD
RGB
CMYK
RGB Variations
Color information
#707CAD (or 0x707CAD) is known color: Ship Cove. HEX triplet: 70, 7C and AD. RGB value is (112,124,173). Sum of RGB (Red+Green+Blue) = 112+124+173=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #707CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CAD is #8F8352. Grayscale: #7D7D7D. Windows color (decimal): -9405267 or 11369584. OLE color: 11369584.
HSL color Cylindrical-coordinate representation of color #707CAD: hue angle of 228.2º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707CAD is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 124 | 173 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.32 |
| HSL | 228.2º | 0.27% | 0.56% | - |
| HSV(B) | 228.2º | 0.35% | 0.68% | - |
| XYZ | 21.43 | 20.88 | 42.44 | - |
| YUV | 126 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 173 | 0.35 | 0.28 | 0 | 0.32 | 228.2 | 0.27 | 0.56 |
| Hex | 70 | 7C | AD | 23 | 1C | 0 | 20 | E4 | 1B | 38 |
| Octal | 160 | 174 | 255 | 43 | 34 | 0 | 40 | 344 | 33 | 70 |
| Binary | 1110000 | 1111100 | 10101101 | 100011 | 11100 | 0 | 100000 | 11100100 | 11011 | 111000 |
Color Harmonies of #707CAD
Complementary color
Monochromatic Colors of #707CAD
Black with #707CAD
Text Example
Text Example
White with #707CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CAD; }
p { color: rgb(112,124,173); }
H1.HeaderClassName
{
color: #707CAD;
}
.AnyTagClassName
{
color: #707CAD;
}
</style>
background-color css
<style>
a { background-color: #707CAD; }
a { background-color: rgb(112,124,173); }
div.DivClassName
{
background-color: #707CAD;
}
.BgClassName
{
background-color: #707CAD;
}
</style>
border-color css
<style>
span { border-color: #707CAD; }
span { border-color: rgb(112,124,173); }
td.TdClassName
{
border-color: #707CAD;
}
.TagClassName
{
border-color: #707CAD;
}
</style>