Shades of Ship Cove #7790AE
Tints of Ship Cove #7790AE
RGB
CMYK
RGB Variations
Color information
#7790AE (or 0x7790AE) is known color: Ship Cove. HEX triplet: 77, 90 and AE. RGB value is (119,144,174). Sum of RGB (Red+Green+Blue) = 119+144+174=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #7790AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7790AE is #886F51. Grayscale: #8B8B8B. Windows color (decimal): -8941394 or 11440247. OLE color: 11440247.
HSL color Cylindrical-coordinate representation of color #7790AE: hue angle of 212.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7790AE is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 144 | 174 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.32 |
| HSL | 212.73º | 0.25% | 0.57% | - |
| HSV(B) | 212.73º | 0.32% | 0.68% | - |
| XYZ | 25.22 | 26.92 | 43.91 | - |
| YUV | 139.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 174 | 0.32 | 0.17 | 0 | 0.32 | 212.73 | 0.25 | 0.57 |
| Hex | 77 | 90 | AE | 20 | 11 | 0 | 20 | D5 | 19 | 39 |
| Octal | 167 | 220 | 256 | 40 | 21 | 0 | 40 | 325 | 31 | 71 |
| Binary | 1110111 | 10010000 | 10101110 | 100000 | 10001 | 0 | 100000 | 11010101 | 11001 | 111001 |
Color Harmonies of #7790AE
Complementary color
Monochromatic Colors of #7790AE
Black with #7790AE
Text Example
Text Example
White with #7790AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7790AE; }
p { color: rgb(119,144,174); }
H1.HeaderClassName
{
color: #7790AE;
}
.AnyTagClassName
{
color: #7790AE;
}
</style>
background-color css
<style>
a { background-color: #7790AE; }
a { background-color: rgb(119,144,174); }
div.DivClassName
{
background-color: #7790AE;
}
.BgClassName
{
background-color: #7790AE;
}
</style>
border-color css
<style>
span { border-color: #7790AE; }
span { border-color: rgb(119,144,174); }
td.TdClassName
{
border-color: #7790AE;
}
.TagClassName
{
border-color: #7790AE;
}
</style>