Shades of Ship Cove #777D9D
Tints of Ship Cove #777D9D
RGB
CMYK
RGB Variations
Color information
#777D9D (or 0x777D9D) is known color: Ship Cove. HEX triplet: 77, 7D and 9D. RGB value is (119,125,157). Sum of RGB (Red+Green+Blue) = 119+125+157=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #777D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D9D is #888262. Grayscale: #7E7E7E. Windows color (decimal): -8946275 or 10321271. OLE color: 10321271.
HSL color Cylindrical-coordinate representation of color #777D9D: hue angle of 230.53º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #777D9D is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 125 | 157 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.38 |
| HSL | 230.53º | 0.16% | 0.54% | - |
| HSV(B) | 230.53º | 0.24% | 0.62% | - |
| XYZ | 21.03 | 21.02 | 34.85 | - |
| YUV | 126.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 157 | 0.24 | 0.20 | 0 | 0.38 | 230.53 | 0.16 | 0.54 |
| Hex | 77 | 7D | 9D | 18 | 14 | 0 | 26 | E7 | 10 | 36 |
| Octal | 167 | 175 | 235 | 30 | 24 | 0 | 46 | 347 | 20 | 66 |
| Binary | 1110111 | 1111101 | 10011101 | 11000 | 10100 | 0 | 100110 | 11100111 | 10000 | 110110 |
Color Harmonies of #777D9D
Complementary color
Monochromatic Colors of #777D9D
Black with #777D9D
Text Example
Text Example
White with #777D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D9D; }
p { color: rgb(119,125,157); }
H1.HeaderClassName
{
color: #777D9D;
}
.AnyTagClassName
{
color: #777D9D;
}
</style>
background-color css
<style>
a { background-color: #777D9D; }
a { background-color: rgb(119,125,157); }
div.DivClassName
{
background-color: #777D9D;
}
.BgClassName
{
background-color: #777D9D;
}
</style>
border-color css
<style>
span { border-color: #777D9D; }
span { border-color: rgb(119,125,157); }
td.TdClassName
{
border-color: #777D9D;
}
.TagClassName
{
border-color: #777D9D;
}
</style>