Shades of Ship Cove #777BA0
Tints of Ship Cove #777BA0
RGB
CMYK
RGB Variations
Color information
#777BA0 (or 0x777BA0) is known color: Ship Cove. HEX triplet: 77, 7B and A0. RGB value is (119,123,160). Sum of RGB (Red+Green+Blue) = 119+123+160=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 160 - color contains mainly: blue. Hex color #777BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BA0 is #88845F. Grayscale: #7D7D7D. Windows color (decimal): -8946784 or 10517367. OLE color: 10517367.
HSL color Cylindrical-coordinate representation of color #777BA0: hue angle of 234.15º 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 #777BA0 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 123 | 160 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.37 |
| HSL | 234.15º | 0.18% | 0.55% | - |
| HSV(B) | 234.15º | 0.26% | 0.63% | - |
| XYZ | 21.04 | 20.63 | 36.13 | - |
| YUV | 126.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 160 | 0.26 | 0.23 | 0 | 0.37 | 234.15 | 0.18 | 0.55 |
| Hex | 77 | 7B | A0 | 1A | 17 | 0 | 25 | EA | 12 | 37 |
| Octal | 167 | 173 | 240 | 32 | 27 | 0 | 45 | 352 | 22 | 67 |
| Binary | 1110111 | 1111011 | 10100000 | 11010 | 10111 | 0 | 100101 | 11101010 | 10010 | 110111 |
Color Harmonies of #777BA0
Complementary color
Monochromatic Colors of #777BA0
Black with #777BA0
Text Example
Text Example
White with #777BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BA0; }
p { color: rgb(119,123,160); }
H1.HeaderClassName
{
color: #777BA0;
}
.AnyTagClassName
{
color: #777BA0;
}
</style>
background-color css
<style>
a { background-color: #777BA0; }
a { background-color: rgb(119,123,160); }
div.DivClassName
{
background-color: #777BA0;
}
.BgClassName
{
background-color: #777BA0;
}
</style>
border-color css
<style>
span { border-color: #777BA0; }
span { border-color: rgb(119,123,160); }
td.TdClassName
{
border-color: #777BA0;
}
.TagClassName
{
border-color: #777BA0;
}
</style>