Shades of Ship Cove #75789C
Tints of Ship Cove #75789C
RGB
CMYK
RGB Variations
Color information
#75789C (or 0x75789C) is known color: Ship Cove. HEX triplet: 75, 78 and 9C. RGB value is (117,120,156). Sum of RGB (Red+Green+Blue) = 117+120+156=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #75789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75789C is #8A8763. Grayscale: #7B7B7B. Windows color (decimal): -9078628 or 10254453. OLE color: 10254453.
HSL color Cylindrical-coordinate representation of color #75789C: hue angle of 235.38º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75789C is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 120 | 156 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.39 |
| HSL | 235.38º | 0.16% | 0.54% | - |
| HSV(B) | 235.38º | 0.25% | 0.61% | - |
| XYZ | 20.05 | 19.62 | 34.18 | - |
| YUV | 123.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 156 | 0.25 | 0.23 | 0 | 0.39 | 235.38 | 0.16 | 0.54 |
| Hex | 75 | 78 | 9C | 19 | 17 | 0 | 27 | EB | 10 | 36 |
| Octal | 165 | 170 | 234 | 31 | 27 | 0 | 47 | 353 | 20 | 66 |
| Binary | 1110101 | 1111000 | 10011100 | 11001 | 10111 | 0 | 100111 | 11101011 | 10000 | 110110 |
Color Harmonies of #75789C
Complementary color
Monochromatic Colors of #75789C
Black with #75789C
Text Example
Text Example
White with #75789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75789C; }
p { color: rgb(117,120,156); }
H1.HeaderClassName
{
color: #75789C;
}
.AnyTagClassName
{
color: #75789C;
}
</style>
background-color css
<style>
a { background-color: #75789C; }
a { background-color: rgb(117,120,156); }
div.DivClassName
{
background-color: #75789C;
}
.BgClassName
{
background-color: #75789C;
}
</style>
border-color css
<style>
span { border-color: #75789C; }
span { border-color: rgb(117,120,156); }
td.TdClassName
{
border-color: #75789C;
}
.TagClassName
{
border-color: #75789C;
}
</style>