Shades of Ship Cove #777A97
Tints of Ship Cove #777A97
RGB
CMYK
RGB Variations
Color information
#777A97 (or 0x777A97) is known color: Ship Cove. HEX triplet: 77, 7A and 97. RGB value is (119,122,151). Sum of RGB (Red+Green+Blue) = 119+122+151=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #777A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A97 is #888568. Grayscale: #7C7C7C. Windows color (decimal): -8947049 or 9927287. OLE color: 9927287.
HSL color Cylindrical-coordinate representation of color #777A97: hue angle of 234.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777A97 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 122 | 151 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.41 |
| HSL | 234.38º | 0.13% | 0.53% | - |
| HSV(B) | 234.38º | 0.21% | 0.59% | - |
| XYZ | 20.15 | 20.08 | 32.09 | - |
| YUV | 124.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 151 | 0.21 | 0.19 | 0 | 0.41 | 234.38 | 0.13 | 0.53 |
| Hex | 77 | 7A | 97 | 15 | 13 | 0 | 29 | EA | D | 35 |
| Octal | 167 | 172 | 227 | 25 | 23 | 0 | 51 | 352 | 15 | 65 |
| Binary | 1110111 | 1111010 | 10010111 | 10101 | 10011 | 0 | 101001 | 11101010 | 1101 | 110101 |
Color Harmonies of #777A97
Complementary color
Monochromatic Colors of #777A97
Black with #777A97
Text Example
Text Example
White with #777A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A97; }
p { color: rgb(119,122,151); }
H1.HeaderClassName
{
color: #777A97;
}
.AnyTagClassName
{
color: #777A97;
}
</style>
background-color css
<style>
a { background-color: #777A97; }
a { background-color: rgb(119,122,151); }
div.DivClassName
{
background-color: #777A97;
}
.BgClassName
{
background-color: #777A97;
}
</style>
border-color css
<style>
span { border-color: #777A97; }
span { border-color: rgb(119,122,151); }
td.TdClassName
{
border-color: #777A97;
}
.TagClassName
{
border-color: #777A97;
}
</style>