Shades of Ship Cove #777BA8
Tints of Ship Cove #777BA8
RGB
CMYK
RGB Variations
Color information
#777BA8 (or 0x777BA8) is known color: Ship Cove. HEX triplet: 77, 7B and A8. RGB value is (119,123,168). Sum of RGB (Red+Green+Blue) = 119+123+168=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 168 - color contains mainly: blue. Hex color #777BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BA8 is #888457. Grayscale: #7E7E7E. Windows color (decimal): -8946776 or 11041655. OLE color: 11041655.
HSL color Cylindrical-coordinate representation of color #777BA8: hue angle of 235.1º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #777BA8 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 123 | 168 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.34 |
| HSL | 235.1º | 0.22% | 0.56% | - |
| HSV(B) | 235.1º | 0.29% | 0.66% | - |
| XYZ | 21.76 | 20.92 | 39.94 | - |
| YUV | 126.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 168 | 0.29 | 0.27 | 0 | 0.34 | 235.1 | 0.22 | 0.56 |
| Hex | 77 | 7B | A8 | 1D | 1B | 0 | 22 | EB | 16 | 38 |
| Octal | 167 | 173 | 250 | 35 | 33 | 0 | 42 | 353 | 26 | 70 |
| Binary | 1110111 | 1111011 | 10101000 | 11101 | 11011 | 0 | 100010 | 11101011 | 10110 | 111000 |
Color Harmonies of #777BA8
Complementary color
Monochromatic Colors of #777BA8
Black with #777BA8
Text Example
Text Example
White with #777BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BA8; }
p { color: rgb(119,123,168); }
H1.HeaderClassName
{
color: #777BA8;
}
.AnyTagClassName
{
color: #777BA8;
}
</style>
background-color css
<style>
a { background-color: #777BA8; }
a { background-color: rgb(119,123,168); }
div.DivClassName
{
background-color: #777BA8;
}
.BgClassName
{
background-color: #777BA8;
}
</style>
border-color css
<style>
span { border-color: #777BA8; }
span { border-color: rgb(119,123,168); }
td.TdClassName
{
border-color: #777BA8;
}
.TagClassName
{
border-color: #777BA8;
}
</style>