Shades of Ship Cove #78819C
Tints of Ship Cove #78819C
RGB
CMYK
RGB Variations
Color information
#78819C (or 0x78819C) is known color: Ship Cove. HEX triplet: 78, 81 and 9C. RGB value is (120,129,156). Sum of RGB (Red+Green+Blue) = 120+129+156=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #78819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78819C is #877E63. Grayscale: #818181. Windows color (decimal): -8879716 or 10256760. OLE color: 10256760.
HSL color Cylindrical-coordinate representation of color #78819C: hue angle of 225º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78819C is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 129 | 156 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.39 |
| HSL | 225º | 0.15% | 0.54% | - |
| HSV(B) | 225º | 0.23% | 0.61% | - |
| XYZ | 21.6 | 22.09 | 34.58 | - |
| YUV | 129.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 156 | 0.23 | 0.17 | 0 | 0.39 | 225 | 0.15 | 0.54 |
| Hex | 78 | 81 | 9C | 17 | 11 | 0 | 27 | E1 | F | 36 |
| Octal | 170 | 201 | 234 | 27 | 21 | 0 | 47 | 341 | 17 | 66 |
| Binary | 1111000 | 10000001 | 10011100 | 10111 | 10001 | 0 | 100111 | 11100001 | 1111 | 110110 |
Color Harmonies of #78819C
Complementary color
Monochromatic Colors of #78819C
Black with #78819C
Text Example
Text Example
White with #78819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78819C; }
p { color: rgb(120,129,156); }
H1.HeaderClassName
{
color: #78819C;
}
.AnyTagClassName
{
color: #78819C;
}
</style>
background-color css
<style>
a { background-color: #78819C; }
a { background-color: rgb(120,129,156); }
div.DivClassName
{
background-color: #78819C;
}
.BgClassName
{
background-color: #78819C;
}
</style>
border-color css
<style>
span { border-color: #78819C; }
span { border-color: rgb(120,129,156); }
td.TdClassName
{
border-color: #78819C;
}
.TagClassName
{
border-color: #78819C;
}
</style>