Shades of Ship Cove #75789A
Tints of Ship Cove #75789A
RGB
CMYK
RGB Variations
Color information
#75789A (or 0x75789A) is known color: Ship Cove. HEX triplet: 75, 78 and 9A. RGB value is (117,120,154). Sum of RGB (Red+Green+Blue) = 117+120+154=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #75789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75789A is #8A8765. Grayscale: #7A7A7A. Windows color (decimal): -9078630 or 10123381. OLE color: 10123381.
HSL color Cylindrical-coordinate representation of color #75789A: hue angle of 235.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75789A is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 120 | 154 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.40 |
| HSL | 235.14º | 0.15% | 0.53% | - |
| HSV(B) | 235.14º | 0.24% | 0.6% | - |
| XYZ | 19.89 | 19.55 | 33.3 | - |
| YUV | 122.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 154 | 0.24 | 0.22 | 0 | 0.40 | 235.14 | 0.15 | 0.53 |
| Hex | 75 | 78 | 9A | 18 | 16 | 0 | 28 | EB | F | 35 |
| Octal | 165 | 170 | 232 | 30 | 26 | 0 | 50 | 353 | 17 | 65 |
| Binary | 1110101 | 1111000 | 10011010 | 11000 | 10110 | 0 | 101000 | 11101011 | 1111 | 110101 |
Color Harmonies of #75789A
Complementary color
Monochromatic Colors of #75789A
Black with #75789A
Text Example
Text Example
White with #75789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75789A; }
p { color: rgb(117,120,154); }
H1.HeaderClassName
{
color: #75789A;
}
.AnyTagClassName
{
color: #75789A;
}
</style>
background-color css
<style>
a { background-color: #75789A; }
a { background-color: rgb(117,120,154); }
div.DivClassName
{
background-color: #75789A;
}
.BgClassName
{
background-color: #75789A;
}
</style>
border-color css
<style>
span { border-color: #75789A; }
span { border-color: rgb(117,120,154); }
td.TdClassName
{
border-color: #75789A;
}
.TagClassName
{
border-color: #75789A;
}
</style>