Shades of Ship Cove #7789AA
Tints of Ship Cove #7789AA
RGB
CMYK
RGB Variations
Color information
#7789AA (or 0x7789AA) is known color: Ship Cove. HEX triplet: 77, 89 and AA. RGB value is (119,137,170). Sum of RGB (Red+Green+Blue) = 119+137+170=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #7789AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7789AA is #887655. Grayscale: #878787. Windows color (decimal): -8943190 or 11176311. OLE color: 11176311.
HSL color Cylindrical-coordinate representation of color #7789AA: hue angle of 218.82º 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 #7789AA is Cyan = 0.3, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 137 | 170 | - |
| CMYK | 0.3 | 0.19 | 0 | 0.33 |
| HSL | 218.82º | 0.23% | 0.57% | - |
| HSV(B) | 218.82º | 0.3% | 0.67% | - |
| XYZ | 23.81 | 24.72 | 41.55 | - |
| YUV | 135.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 170 | 0.3 | 0.19 | 0 | 0.33 | 218.82 | 0.23 | 0.57 |
| Hex | 77 | 89 | AA | 1E | 13 | 0 | 21 | DB | 17 | 39 |
| Octal | 167 | 211 | 252 | 36 | 23 | 0 | 41 | 333 | 27 | 71 |
| Binary | 1110111 | 10001001 | 10101010 | 11110 | 10011 | 0 | 100001 | 11011011 | 10111 | 111001 |
Color Harmonies of #7789AA
Complementary color
Monochromatic Colors of #7789AA
Black with #7789AA
Text Example
Text Example
White with #7789AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7789AA; }
p { color: rgb(119,137,170); }
H1.HeaderClassName
{
color: #7789AA;
}
.AnyTagClassName
{
color: #7789AA;
}
</style>
background-color css
<style>
a { background-color: #7789AA; }
a { background-color: rgb(119,137,170); }
div.DivClassName
{
background-color: #7789AA;
}
.BgClassName
{
background-color: #7789AA;
}
</style>
border-color css
<style>
span { border-color: #7789AA; }
span { border-color: rgb(119,137,170); }
td.TdClassName
{
border-color: #7789AA;
}
.TagClassName
{
border-color: #7789AA;
}
</style>