Shades of Ship Cove #707B9C
Tints of Ship Cove #707B9C
RGB
CMYK
RGB Variations
Color information
#707B9C (or 0x707B9C) is known color: Ship Cove. HEX triplet: 70, 7B and 9C. RGB value is (112,123,156). Sum of RGB (Red+Green+Blue) = 112+123+156=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #707B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B9C is #8F8463. Grayscale: #7B7B7B. Windows color (decimal): -9405540 or 10255216. OLE color: 10255216.
HSL color Cylindrical-coordinate representation of color #707B9C: hue angle of 225º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #707B9C is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 123 | 156 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.39 |
| HSL | 225º | 0.18% | 0.53% | - |
| HSV(B) | 225º | 0.28% | 0.61% | - |
| XYZ | 19.77 | 20.01 | 34.27 | - |
| YUV | 123.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 156 | 0.28 | 0.21 | 0 | 0.39 | 225 | 0.18 | 0.53 |
| Hex | 70 | 7B | 9C | 1C | 15 | 0 | 27 | E1 | 12 | 35 |
| Octal | 160 | 173 | 234 | 34 | 25 | 0 | 47 | 341 | 22 | 65 |
| Binary | 1110000 | 1111011 | 10011100 | 11100 | 10101 | 0 | 100111 | 11100001 | 10010 | 110101 |
Color Harmonies of #707B9C
Complementary color
Monochromatic Colors of #707B9C
Black with #707B9C
Text Example
Text Example
White with #707B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B9C; }
p { color: rgb(112,123,156); }
H1.HeaderClassName
{
color: #707B9C;
}
.AnyTagClassName
{
color: #707B9C;
}
</style>
background-color css
<style>
a { background-color: #707B9C; }
a { background-color: rgb(112,123,156); }
div.DivClassName
{
background-color: #707B9C;
}
.BgClassName
{
background-color: #707B9C;
}
</style>
border-color css
<style>
span { border-color: #707B9C; }
span { border-color: rgb(112,123,156); }
td.TdClassName
{
border-color: #707B9C;
}
.TagClassName
{
border-color: #707B9C;
}
</style>