Shades of Ship Cove #777A9D
Tints of Ship Cove #777A9D
RGB
CMYK
RGB Variations
Color information
#777A9D (or 0x777A9D) is known color: Ship Cove. HEX triplet: 77, 7A and 9D. RGB value is (119,122,157). Sum of RGB (Red+Green+Blue) = 119+122+157=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #777A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A9D is #888562. Grayscale: #7C7C7C. Windows color (decimal): -8947043 or 10320503. OLE color: 10320503.
HSL color Cylindrical-coordinate representation of color #777A9D: hue angle of 235.26º 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 #777A9D is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 122 | 157 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.38 |
| HSL | 235.26º | 0.16% | 0.54% | - |
| HSV(B) | 235.26º | 0.24% | 0.62% | - |
| XYZ | 20.65 | 20.28 | 34.72 | - |
| YUV | 125.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 157 | 0.24 | 0.22 | 0 | 0.38 | 235.26 | 0.16 | 0.54 |
| Hex | 77 | 7A | 9D | 18 | 16 | 0 | 26 | EB | 10 | 36 |
| Octal | 167 | 172 | 235 | 30 | 26 | 0 | 46 | 353 | 20 | 66 |
| Binary | 1110111 | 1111010 | 10011101 | 11000 | 10110 | 0 | 100110 | 11101011 | 10000 | 110110 |
Color Harmonies of #777A9D
Complementary color
Monochromatic Colors of #777A9D
Black with #777A9D
Text Example
Text Example
White with #777A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A9D; }
p { color: rgb(119,122,157); }
H1.HeaderClassName
{
color: #777A9D;
}
.AnyTagClassName
{
color: #777A9D;
}
</style>
background-color css
<style>
a { background-color: #777A9D; }
a { background-color: rgb(119,122,157); }
div.DivClassName
{
background-color: #777A9D;
}
.BgClassName
{
background-color: #777A9D;
}
</style>
border-color css
<style>
span { border-color: #777A9D; }
span { border-color: rgb(119,122,157); }
td.TdClassName
{
border-color: #777A9D;
}
.TagClassName
{
border-color: #777A9D;
}
</style>