Shades of Ship Cove #7780AA
Tints of Ship Cove #7780AA
RGB
CMYK
RGB Variations
Color information
#7780AA (or 0x7780AA) is known color: Ship Cove. HEX triplet: 77, 80 and AA. RGB value is (119,128,170). Sum of RGB (Red+Green+Blue) = 119+128+170=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #7780AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7780AA is #887F55. Grayscale: #818181. Windows color (decimal): -8945494 or 11174007. OLE color: 11174007.
HSL color Cylindrical-coordinate representation of color #7780AA: hue angle of 229.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7780AA is Cyan = 0.3, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 128 | 170 | - |
| CMYK | 0.3 | 0.25 | 0 | 0.33 |
| HSL | 229.41º | 0.23% | 0.57% | - |
| HSV(B) | 229.41º | 0.3% | 0.67% | - |
| XYZ | 22.58 | 22.26 | 41.14 | - |
| YUV | 130.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 170 | 0.3 | 0.25 | 0 | 0.33 | 229.41 | 0.23 | 0.57 |
| Hex | 77 | 80 | AA | 1E | 19 | 0 | 21 | E5 | 17 | 39 |
| Octal | 167 | 200 | 252 | 36 | 31 | 0 | 41 | 345 | 27 | 71 |
| Binary | 1110111 | 10000000 | 10101010 | 11110 | 11001 | 0 | 100001 | 11100101 | 10111 | 111001 |
Color Harmonies of #7780AA
Complementary color
Monochromatic Colors of #7780AA
Black with #7780AA
Text Example
Text Example
White with #7780AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7780AA; }
p { color: rgb(119,128,170); }
H1.HeaderClassName
{
color: #7780AA;
}
.AnyTagClassName
{
color: #7780AA;
}
</style>
background-color css
<style>
a { background-color: #7780AA; }
a { background-color: rgb(119,128,170); }
div.DivClassName
{
background-color: #7780AA;
}
.BgClassName
{
background-color: #7780AA;
}
</style>
border-color css
<style>
span { border-color: #7780AA; }
span { border-color: rgb(119,128,170); }
td.TdClassName
{
border-color: #7780AA;
}
.TagClassName
{
border-color: #7780AA;
}
</style>