Shades of Ship Cove #777BA2
Tints of Ship Cove #777BA2
RGB
CMYK
RGB Variations
Color information
#777BA2 (or 0x777BA2) is known color: Ship Cove. HEX triplet: 77, 7B and A2. RGB value is (119,123,162). Sum of RGB (Red+Green+Blue) = 119+123+162=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 162 - color contains mainly: blue. Hex color #777BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BA2 is #88845D. Grayscale: #7E7E7E. Windows color (decimal): -8946782 or 10648439. OLE color: 10648439.
HSL color Cylindrical-coordinate representation of color #777BA2: hue angle of 234.42º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #777BA2 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 123 | 162 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.36 |
| HSL | 234.42º | 0.19% | 0.55% | - |
| HSV(B) | 234.42º | 0.27% | 0.64% | - |
| XYZ | 21.21 | 20.7 | 37.06 | - |
| YUV | 126.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 162 | 0.27 | 0.24 | 0 | 0.36 | 234.42 | 0.19 | 0.55 |
| Hex | 77 | 7B | A2 | 1B | 18 | 0 | 24 | EA | 13 | 37 |
| Octal | 167 | 173 | 242 | 33 | 30 | 0 | 44 | 352 | 23 | 67 |
| Binary | 1110111 | 1111011 | 10100010 | 11011 | 11000 | 0 | 100100 | 11101010 | 10011 | 110111 |
Color Harmonies of #777BA2
Complementary color
Monochromatic Colors of #777BA2
Black with #777BA2
Text Example
Text Example
White with #777BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BA2; }
p { color: rgb(119,123,162); }
H1.HeaderClassName
{
color: #777BA2;
}
.AnyTagClassName
{
color: #777BA2;
}
</style>
background-color css
<style>
a { background-color: #777BA2; }
a { background-color: rgb(119,123,162); }
div.DivClassName
{
background-color: #777BA2;
}
.BgClassName
{
background-color: #777BA2;
}
</style>
border-color css
<style>
span { border-color: #777BA2; }
span { border-color: rgb(119,123,162); }
td.TdClassName
{
border-color: #777BA2;
}
.TagClassName
{
border-color: #777BA2;
}
</style>