Shades of Ship Cove #778DAA
Tints of Ship Cove #778DAA
RGB
CMYK
RGB Variations
Color information
#778DAA (or 0x778DAA) is known color: Ship Cove. HEX triplet: 77, 8D and AA. RGB value is (119,141,170). Sum of RGB (Red+Green+Blue) = 119+141+170=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 141 (55.47% from 255 or 32.79% 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 #778DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778DAA is #887255. Grayscale: #898989. Windows color (decimal): -8942166 or 11177335. OLE color: 11177335.
HSL color Cylindrical-coordinate representation of color #778DAA: hue angle of 214.12º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #778DAA is Cyan = 0.3, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 141 | 170 | - |
| CMYK | 0.3 | 0.17 | 0 | 0.33 |
| HSL | 214.12º | 0.23% | 0.57% | - |
| HSV(B) | 214.12º | 0.3% | 0.67% | - |
| XYZ | 24.39 | 25.87 | 41.74 | - |
| YUV | 137.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 170 | 0.3 | 0.17 | 0 | 0.33 | 214.12 | 0.23 | 0.57 |
| Hex | 77 | 8D | AA | 1E | 11 | 0 | 21 | D6 | 17 | 39 |
| Octal | 167 | 215 | 252 | 36 | 21 | 0 | 41 | 326 | 27 | 71 |
| Binary | 1110111 | 10001101 | 10101010 | 11110 | 10001 | 0 | 100001 | 11010110 | 10111 | 111001 |
Color Harmonies of #778DAA
Complementary color
Monochromatic Colors of #778DAA
Black with #778DAA
Text Example
Text Example
White with #778DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DAA; }
p { color: rgb(119,141,170); }
H1.HeaderClassName
{
color: #778DAA;
}
.AnyTagClassName
{
color: #778DAA;
}
</style>
background-color css
<style>
a { background-color: #778DAA; }
a { background-color: rgb(119,141,170); }
div.DivClassName
{
background-color: #778DAA;
}
.BgClassName
{
background-color: #778DAA;
}
</style>
border-color css
<style>
span { border-color: #778DAA; }
span { border-color: rgb(119,141,170); }
td.TdClassName
{
border-color: #778DAA;
}
.TagClassName
{
border-color: #778DAA;
}
</style>