Shades of Ship Cove #778AAF
Tints of Ship Cove #778AAF
RGB
CMYK
RGB Variations
Color information
#778AAF (or 0x778AAF) is known color: Ship Cove. HEX triplet: 77, 8A and AF. RGB value is (119,138,175). Sum of RGB (Red+Green+Blue) = 119+138+175=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #778AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AAF is #887550. Grayscale: #888888. Windows color (decimal): -8942929 or 11504247. OLE color: 11504247.
HSL color Cylindrical-coordinate representation of color #778AAF: hue angle of 219.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #778AAF is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 138 | 175 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.31 |
| HSL | 219.64º | 0.26% | 0.58% | - |
| HSV(B) | 219.64º | 0.32% | 0.69% | - |
| XYZ | 24.43 | 25.19 | 44.13 | - |
| YUV | 136.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 175 | 0.32 | 0.21 | 0 | 0.31 | 219.64 | 0.26 | 0.58 |
| Hex | 77 | 8A | AF | 20 | 15 | 0 | 1F | DC | 1A | 3A |
| Octal | 167 | 212 | 257 | 40 | 25 | 0 | 37 | 334 | 32 | 72 |
| Binary | 1110111 | 10001010 | 10101111 | 100000 | 10101 | 0 | 11111 | 11011100 | 11010 | 111010 |
Color Harmonies of #778AAF
Complementary color
Monochromatic Colors of #778AAF
Black with #778AAF
Text Example
Text Example
White with #778AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778AAF; }
p { color: rgb(119,138,175); }
H1.HeaderClassName
{
color: #778AAF;
}
.AnyTagClassName
{
color: #778AAF;
}
</style>
background-color css
<style>
a { background-color: #778AAF; }
a { background-color: rgb(119,138,175); }
div.DivClassName
{
background-color: #778AAF;
}
.BgClassName
{
background-color: #778AAF;
}
</style>
border-color css
<style>
span { border-color: #778AAF; }
span { border-color: rgb(119,138,175); }
td.TdClassName
{
border-color: #778AAF;
}
.TagClassName
{
border-color: #778AAF;
}
</style>