Shades of Ship Cove #788CAA
Tints of Ship Cove #788CAA
RGB
CMYK
RGB Variations
Color information
#788CAA (or 0x788CAA) is known color: Ship Cove. HEX triplet: 78, 8C and AA. RGB value is (120,140,170). Sum of RGB (Red+Green+Blue) = 120+140+170=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #788CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788CAA is #877355. Grayscale: #898989. Windows color (decimal): -8876886 or 11177080. OLE color: 11177080.
HSL color Cylindrical-coordinate representation of color #788CAA: hue angle of 216º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #788CAA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 140 | 170 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.33 |
| HSL | 216º | 0.23% | 0.57% | - |
| HSV(B) | 216º | 0.29% | 0.67% | - |
| XYZ | 24.38 | 25.65 | 41.7 | - |
| YUV | 137.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 170 | 0.29 | 0.18 | 0 | 0.33 | 216 | 0.23 | 0.57 |
| Hex | 78 | 8C | AA | 1D | 12 | 0 | 21 | D8 | 17 | 39 |
| Octal | 170 | 214 | 252 | 35 | 22 | 0 | 41 | 330 | 27 | 71 |
| Binary | 1111000 | 10001100 | 10101010 | 11101 | 10010 | 0 | 100001 | 11011000 | 10111 | 111001 |
Color Harmonies of #788CAA
Complementary color
Monochromatic Colors of #788CAA
Black with #788CAA
Text Example
Text Example
White with #788CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CAA; }
p { color: rgb(120,140,170); }
H1.HeaderClassName
{
color: #788CAA;
}
.AnyTagClassName
{
color: #788CAA;
}
</style>
background-color css
<style>
a { background-color: #788CAA; }
a { background-color: rgb(120,140,170); }
div.DivClassName
{
background-color: #788CAA;
}
.BgClassName
{
background-color: #788CAA;
}
</style>
border-color css
<style>
span { border-color: #788CAA; }
span { border-color: rgb(120,140,170); }
td.TdClassName
{
border-color: #788CAA;
}
.TagClassName
{
border-color: #788CAA;
}
</style>