Shades of Ship Cove #778FAC
Tints of Ship Cove #778FAC
RGB
CMYK
RGB Variations
Color information
#778FAC (or 0x778FAC) is known color: Ship Cove. HEX triplet: 77, 8F and AC. RGB value is (119,143,172). Sum of RGB (Red+Green+Blue) = 119+143+172=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #778FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778FAC is #887053. Grayscale: #8A8A8A. Windows color (decimal): -8941652 or 11308919. OLE color: 11308919.
HSL color Cylindrical-coordinate representation of color #778FAC: hue angle of 212.83º 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 #778FAC is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 143 | 172 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.33 |
| HSL | 212.83º | 0.24% | 0.57% | - |
| HSV(B) | 212.83º | 0.31% | 0.67% | - |
| XYZ | 24.88 | 26.55 | 42.84 | - |
| YUV | 139.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 172 | 0.31 | 0.17 | 0 | 0.33 | 212.83 | 0.24 | 0.57 |
| Hex | 77 | 8F | AC | 1F | 11 | 0 | 21 | D5 | 18 | 39 |
| Octal | 167 | 217 | 254 | 37 | 21 | 0 | 41 | 325 | 30 | 71 |
| Binary | 1110111 | 10001111 | 10101100 | 11111 | 10001 | 0 | 100001 | 11010101 | 11000 | 111001 |
Color Harmonies of #778FAC
Complementary color
Monochromatic Colors of #778FAC
Black with #778FAC
Text Example
Text Example
White with #778FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FAC; }
p { color: rgb(119,143,172); }
H1.HeaderClassName
{
color: #778FAC;
}
.AnyTagClassName
{
color: #778FAC;
}
</style>
background-color css
<style>
a { background-color: #778FAC; }
a { background-color: rgb(119,143,172); }
div.DivClassName
{
background-color: #778FAC;
}
.BgClassName
{
background-color: #778FAC;
}
</style>
border-color css
<style>
span { border-color: #778FAC; }
span { border-color: rgb(119,143,172); }
td.TdClassName
{
border-color: #778FAC;
}
.TagClassName
{
border-color: #778FAC;
}
</style>