Shades of Ship Cove #778EAC
Tints of Ship Cove #778EAC
RGB
CMYK
RGB Variations
Color information
#778EAC (or 0x778EAC) is known color: Ship Cove. HEX triplet: 77, 8E and AC. RGB value is (119,142,172). Sum of RGB (Red+Green+Blue) = 119+142+172=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #778EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778EAC is #887153. Grayscale: #8A8A8A. Windows color (decimal): -8941908 or 11308663. OLE color: 11308663.
HSL color Cylindrical-coordinate representation of color #778EAC: hue angle of 213.96º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #778EAC is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 142 | 172 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.33 |
| HSL | 213.96º | 0.24% | 0.57% | - |
| HSV(B) | 213.96º | 0.31% | 0.67% | - |
| XYZ | 24.73 | 26.25 | 42.79 | - |
| YUV | 138.54 | 146.88 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 172 | 0.31 | 0.17 | 0 | 0.33 | 213.96 | 0.24 | 0.57 |
| Hex | 77 | 8E | AC | 1F | 11 | 0 | 21 | D6 | 18 | 39 |
| Octal | 167 | 216 | 254 | 37 | 21 | 0 | 41 | 326 | 30 | 71 |
| Binary | 1110111 | 10001110 | 10101100 | 11111 | 10001 | 0 | 100001 | 11010110 | 11000 | 111001 |
Color Harmonies of #778EAC
Complementary color
Monochromatic Colors of #778EAC
Black with #778EAC
Text Example
Text Example
White with #778EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778EAC; }
p { color: rgb(119,142,172); }
H1.HeaderClassName
{
color: #778EAC;
}
.AnyTagClassName
{
color: #778EAC;
}
</style>
background-color css
<style>
a { background-color: #778EAC; }
a { background-color: rgb(119,142,172); }
div.DivClassName
{
background-color: #778EAC;
}
.BgClassName
{
background-color: #778EAC;
}
</style>
border-color css
<style>
span { border-color: #778EAC; }
span { border-color: rgb(119,142,172); }
td.TdClassName
{
border-color: #778EAC;
}
.TagClassName
{
border-color: #778EAC;
}
</style>