Shades of Ship Cove #778BA7
Tints of Ship Cove #778BA7
RGB
CMYK
RGB Variations
Color information
#778BA7 (or 0x778BA7) is known color: Ship Cove. HEX triplet: 77, 8B and A7. RGB value is (119,139,167). Sum of RGB (Red+Green+Blue) = 119+139+167=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 167 - color contains mainly: blue. Hex color #778BA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778BA7 is #887458. Grayscale: #888888. Windows color (decimal): -8942681 or 10980215. OLE color: 10980215.
HSL color Cylindrical-coordinate representation of color #778BA7: hue angle of 215º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #778BA7 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 139 | 167 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.35 |
| HSL | 215º | 0.21% | 0.56% | - |
| HSV(B) | 215º | 0.29% | 0.65% | - |
| XYZ | 23.82 | 25.18 | 40.16 | - |
| YUV | 136.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 167 | 0.29 | 0.17 | 0 | 0.35 | 215 | 0.21 | 0.56 |
| Hex | 77 | 8B | A7 | 1D | 11 | 0 | 23 | D7 | 15 | 38 |
| Octal | 167 | 213 | 247 | 35 | 21 | 0 | 43 | 327 | 25 | 70 |
| Binary | 1110111 | 10001011 | 10100111 | 11101 | 10001 | 0 | 100011 | 11010111 | 10101 | 111000 |
Color Harmonies of #778BA7
Complementary color
Monochromatic Colors of #778BA7
Black with #778BA7
Text Example
Text Example
White with #778BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BA7; }
p { color: rgb(119,139,167); }
H1.HeaderClassName
{
color: #778BA7;
}
.AnyTagClassName
{
color: #778BA7;
}
</style>
background-color css
<style>
a { background-color: #778BA7; }
a { background-color: rgb(119,139,167); }
div.DivClassName
{
background-color: #778BA7;
}
.BgClassName
{
background-color: #778BA7;
}
</style>
border-color css
<style>
span { border-color: #778BA7; }
span { border-color: rgb(119,139,167); }
td.TdClassName
{
border-color: #778BA7;
}
.TagClassName
{
border-color: #778BA7;
}
</style>