Shades of Ship Cove #777D9E
Tints of Ship Cove #777D9E
RGB
CMYK
RGB Variations
Color information
#777D9E (or 0x777D9E) is known color: Ship Cove. HEX triplet: 77, 7D and 9E. RGB value is (119,125,158). Sum of RGB (Red+Green+Blue) = 119+125+158=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #777D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D9E is #888261. Grayscale: #7E7E7E. Windows color (decimal): -8946274 or 10386807. OLE color: 10386807.
HSL color Cylindrical-coordinate representation of color #777D9E: hue angle of 230.77º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #777D9E is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 125 | 158 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.38 |
| HSL | 230.77º | 0.17% | 0.54% | - |
| HSV(B) | 230.77º | 0.25% | 0.62% | - |
| XYZ | 21.11 | 21.06 | 35.3 | - |
| YUV | 126.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 158 | 0.25 | 0.21 | 0 | 0.38 | 230.77 | 0.17 | 0.54 |
| Hex | 77 | 7D | 9E | 19 | 15 | 0 | 26 | E7 | 11 | 36 |
| Octal | 167 | 175 | 236 | 31 | 25 | 0 | 46 | 347 | 21 | 66 |
| Binary | 1110111 | 1111101 | 10011110 | 11001 | 10101 | 0 | 100110 | 11100111 | 10001 | 110110 |
Color Harmonies of #777D9E
Complementary color
Monochromatic Colors of #777D9E
Black with #777D9E
Text Example
Text Example
White with #777D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D9E; }
p { color: rgb(119,125,158); }
H1.HeaderClassName
{
color: #777D9E;
}
.AnyTagClassName
{
color: #777D9E;
}
</style>
background-color css
<style>
a { background-color: #777D9E; }
a { background-color: rgb(119,125,158); }
div.DivClassName
{
background-color: #777D9E;
}
.BgClassName
{
background-color: #777D9E;
}
</style>
border-color css
<style>
span { border-color: #777D9E; }
span { border-color: rgb(119,125,158); }
td.TdClassName
{
border-color: #777D9E;
}
.TagClassName
{
border-color: #777D9E;
}
</style>