Shades of Ship Cove #778FAA
Tints of Ship Cove #778FAA
RGB
CMYK
RGB Variations
Color information
#778FAA (or 0x778FAA) is known color: Ship Cove. HEX triplet: 77, 8F and AA. RGB value is (119,143,170). Sum of RGB (Red+Green+Blue) = 119+143+170=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #778FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778FAA is #887055. Grayscale: #8A8A8A. Windows color (decimal): -8941654 or 11177847. OLE color: 11177847.
HSL color Cylindrical-coordinate representation of color #778FAA: hue angle of 211.76º 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 #778FAA is Cyan = 0.3, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 143 | 170 | - |
| CMYK | 0.3 | 0.16 | 0 | 0.33 |
| HSL | 211.76º | 0.23% | 0.57% | - |
| HSV(B) | 211.76º | 0.3% | 0.67% | - |
| XYZ | 24.69 | 26.47 | 41.84 | - |
| YUV | 138.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 170 | 0.3 | 0.16 | 0 | 0.33 | 211.76 | 0.23 | 0.57 |
| Hex | 77 | 8F | AA | 1E | 10 | 0 | 21 | D4 | 17 | 39 |
| Octal | 167 | 217 | 252 | 36 | 20 | 0 | 41 | 324 | 27 | 71 |
| Binary | 1110111 | 10001111 | 10101010 | 11110 | 10000 | 0 | 100001 | 11010100 | 10111 | 111001 |
Color Harmonies of #778FAA
Complementary color
Monochromatic Colors of #778FAA
Black with #778FAA
Text Example
Text Example
White with #778FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FAA; }
p { color: rgb(119,143,170); }
H1.HeaderClassName
{
color: #778FAA;
}
.AnyTagClassName
{
color: #778FAA;
}
</style>
background-color css
<style>
a { background-color: #778FAA; }
a { background-color: rgb(119,143,170); }
div.DivClassName
{
background-color: #778FAA;
}
.BgClassName
{
background-color: #778FAA;
}
</style>
border-color css
<style>
span { border-color: #778FAA; }
span { border-color: rgb(119,143,170); }
td.TdClassName
{
border-color: #778FAA;
}
.TagClassName
{
border-color: #778FAA;
}
</style>