Shades of Ship Cove #777A9C
Tints of Ship Cove #777A9C
RGB
CMYK
RGB Variations
Color information
#777A9C (or 0x777A9C) is known color: Ship Cove. HEX triplet: 77, 7A and 9C. RGB value is (119,122,156). Sum of RGB (Red+Green+Blue) = 119+122+156=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #777A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A9C is #888563. Grayscale: #7C7C7C. Windows color (decimal): -8947044 or 10254967. OLE color: 10254967.
HSL color Cylindrical-coordinate representation of color #777A9C: hue angle of 235.14º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #777A9C is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 122 | 156 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.39 |
| HSL | 235.14º | 0.16% | 0.54% | - |
| HSV(B) | 235.14º | 0.24% | 0.61% | - |
| XYZ | 20.57 | 20.24 | 34.28 | - |
| YUV | 124.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 156 | 0.24 | 0.22 | 0 | 0.39 | 235.14 | 0.16 | 0.54 |
| Hex | 77 | 7A | 9C | 18 | 16 | 0 | 27 | EB | 10 | 36 |
| Octal | 167 | 172 | 234 | 30 | 26 | 0 | 47 | 353 | 20 | 66 |
| Binary | 1110111 | 1111010 | 10011100 | 11000 | 10110 | 0 | 100111 | 11101011 | 10000 | 110110 |
Color Harmonies of #777A9C
Complementary color
Monochromatic Colors of #777A9C
Black with #777A9C
Text Example
Text Example
White with #777A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A9C; }
p { color: rgb(119,122,156); }
H1.HeaderClassName
{
color: #777A9C;
}
.AnyTagClassName
{
color: #777A9C;
}
</style>
background-color css
<style>
a { background-color: #777A9C; }
a { background-color: rgb(119,122,156); }
div.DivClassName
{
background-color: #777A9C;
}
.BgClassName
{
background-color: #777A9C;
}
</style>
border-color css
<style>
span { border-color: #777A9C; }
span { border-color: rgb(119,122,156); }
td.TdClassName
{
border-color: #777A9C;
}
.TagClassName
{
border-color: #777A9C;
}
</style>