Shades of Ship Cove #777DA0
Tints of Ship Cove #777DA0
RGB
CMYK
RGB Variations
Color information
#777DA0 (or 0x777DA0) is known color: Ship Cove. HEX triplet: 77, 7D and A0. RGB value is (119,125,160). Sum of RGB (Red+Green+Blue) = 119+125+160=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 160 - color contains mainly: blue. Hex color #777DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DA0 is #88825F. Grayscale: #7F7F7F. Windows color (decimal): -8946272 or 10517879. OLE color: 10517879.
HSL color Cylindrical-coordinate representation of color #777DA0: hue angle of 231.22º 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 #777DA0 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 125 | 160 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.37 |
| HSL | 231.22º | 0.18% | 0.55% | - |
| HSV(B) | 231.22º | 0.26% | 0.63% | - |
| XYZ | 21.29 | 21.13 | 36.21 | - |
| YUV | 127.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 160 | 0.26 | 0.22 | 0 | 0.37 | 231.22 | 0.18 | 0.55 |
| Hex | 77 | 7D | A0 | 1A | 16 | 0 | 25 | E7 | 12 | 37 |
| Octal | 167 | 175 | 240 | 32 | 26 | 0 | 45 | 347 | 22 | 67 |
| Binary | 1110111 | 1111101 | 10100000 | 11010 | 10110 | 0 | 100101 | 11100111 | 10010 | 110111 |
Color Harmonies of #777DA0
Complementary color
Monochromatic Colors of #777DA0
Black with #777DA0
Text Example
Text Example
White with #777DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DA0; }
p { color: rgb(119,125,160); }
H1.HeaderClassName
{
color: #777DA0;
}
.AnyTagClassName
{
color: #777DA0;
}
</style>
background-color css
<style>
a { background-color: #777DA0; }
a { background-color: rgb(119,125,160); }
div.DivClassName
{
background-color: #777DA0;
}
.BgClassName
{
background-color: #777DA0;
}
</style>
border-color css
<style>
span { border-color: #777DA0; }
span { border-color: rgb(119,125,160); }
td.TdClassName
{
border-color: #777DA0;
}
.TagClassName
{
border-color: #777DA0;
}
</style>