Shades of Ship Cove #78829A
Tints of Ship Cove #78829A
RGB
CMYK
RGB Variations
Color information
#78829A (or 0x78829A) is known color: Ship Cove. HEX triplet: 78, 82 and 9A. RGB value is (120,130,154). Sum of RGB (Red+Green+Blue) = 120+130+154=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #78829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78829A is #877D65. Grayscale: #818181. Windows color (decimal): -8879462 or 10125944. OLE color: 10125944.
HSL color Cylindrical-coordinate representation of color #78829A: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78829A is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 130 | 154 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.40 |
| HSL | 222.35º | 0.14% | 0.54% | - |
| HSV(B) | 222.35º | 0.22% | 0.6% | - |
| XYZ | 21.56 | 22.29 | 33.74 | - |
| YUV | 129.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 154 | 0.22 | 0.16 | 0 | 0.40 | 222.35 | 0.14 | 0.54 |
| Hex | 78 | 82 | 9A | 16 | 10 | 0 | 28 | DE | E | 36 |
| Octal | 170 | 202 | 232 | 26 | 20 | 0 | 50 | 336 | 16 | 66 |
| Binary | 1111000 | 10000010 | 10011010 | 10110 | 10000 | 0 | 101000 | 11011110 | 1110 | 110110 |
Color Harmonies of #78829A
Complementary color
Monochromatic Colors of #78829A
Black with #78829A
Text Example
Text Example
White with #78829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78829A; }
p { color: rgb(120,130,154); }
H1.HeaderClassName
{
color: #78829A;
}
.AnyTagClassName
{
color: #78829A;
}
</style>
background-color css
<style>
a { background-color: #78829A; }
a { background-color: rgb(120,130,154); }
div.DivClassName
{
background-color: #78829A;
}
.BgClassName
{
background-color: #78829A;
}
</style>
border-color css
<style>
span { border-color: #78829A; }
span { border-color: rgb(120,130,154); }
td.TdClassName
{
border-color: #78829A;
}
.TagClassName
{
border-color: #78829A;
}
</style>