Shades of Ship Cove #777AA1
Tints of Ship Cove #777AA1
RGB
CMYK
RGB Variations
Color information
#777AA1 (or 0x777AA1) is known color: Ship Cove. HEX triplet: 77, 7A and A1. RGB value is (119,122,161). Sum of RGB (Red+Green+Blue) = 119+122+161=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 161 - color contains mainly: blue. Hex color #777AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AA1 is #88855E. Grayscale: #7D7D7D. Windows color (decimal): -8947039 or 10582647. OLE color: 10582647.
HSL color Cylindrical-coordinate representation of color #777AA1: hue angle of 235.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #777AA1 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 122 | 161 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.37 |
| HSL | 235.71º | 0.18% | 0.55% | - |
| HSV(B) | 235.71º | 0.26% | 0.63% | - |
| XYZ | 21 | 20.41 | 36.55 | - |
| YUV | 125.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 161 | 0.26 | 0.24 | 0 | 0.37 | 235.71 | 0.18 | 0.55 |
| Hex | 77 | 7A | A1 | 1A | 18 | 0 | 25 | EC | 12 | 37 |
| Octal | 167 | 172 | 241 | 32 | 30 | 0 | 45 | 354 | 22 | 67 |
| Binary | 1110111 | 1111010 | 10100001 | 11010 | 11000 | 0 | 100101 | 11101100 | 10010 | 110111 |
Color Harmonies of #777AA1
Complementary color
Monochromatic Colors of #777AA1
Black with #777AA1
Text Example
Text Example
White with #777AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AA1; }
p { color: rgb(119,122,161); }
H1.HeaderClassName
{
color: #777AA1;
}
.AnyTagClassName
{
color: #777AA1;
}
</style>
background-color css
<style>
a { background-color: #777AA1; }
a { background-color: rgb(119,122,161); }
div.DivClassName
{
background-color: #777AA1;
}
.BgClassName
{
background-color: #777AA1;
}
</style>
border-color css
<style>
span { border-color: #777AA1; }
span { border-color: rgb(119,122,161); }
td.TdClassName
{
border-color: #777AA1;
}
.TagClassName
{
border-color: #777AA1;
}
</style>