Shades of Ship Cove #7785AB
Tints of Ship Cove #7785AB
RGB
CMYK
RGB Variations
Color information
#7785AB (or 0x7785AB) is known color: Ship Cove. HEX triplet: 77, 85 and AB. RGB value is (119,133,171). Sum of RGB (Red+Green+Blue) = 119+133+171=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #7785AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7785AB is #887A54. Grayscale: #848484. Windows color (decimal): -8944213 or 11240823. OLE color: 11240823.
HSL color Cylindrical-coordinate representation of color #7785AB: hue angle of 223.85º degrees, saturation: 0.24, 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 #7785AB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 133 | 171 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.33 |
| HSL | 223.85º | 0.24% | 0.57% | - |
| HSV(B) | 223.85º | 0.3% | 0.67% | - |
| XYZ | 23.35 | 23.64 | 41.86 | - |
| YUV | 133.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 171 | 0.30 | 0.22 | 0 | 0.33 | 223.85 | 0.24 | 0.57 |
| Hex | 77 | 85 | AB | 1E | 16 | 0 | 21 | E0 | 18 | 39 |
| Octal | 167 | 205 | 253 | 36 | 26 | 0 | 41 | 340 | 30 | 71 |
| Binary | 1110111 | 10000101 | 10101011 | 11110 | 10110 | 0 | 100001 | 11100000 | 11000 | 111001 |
Color Harmonies of #7785AB
Complementary color
Monochromatic Colors of #7785AB
Black with #7785AB
Text Example
Text Example
White with #7785AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7785AB; }
p { color: rgb(119,133,171); }
H1.HeaderClassName
{
color: #7785AB;
}
.AnyTagClassName
{
color: #7785AB;
}
</style>
background-color css
<style>
a { background-color: #7785AB; }
a { background-color: rgb(119,133,171); }
div.DivClassName
{
background-color: #7785AB;
}
.BgClassName
{
background-color: #7785AB;
}
</style>
border-color css
<style>
span { border-color: #7785AB; }
span { border-color: rgb(119,133,171); }
td.TdClassName
{
border-color: #7785AB;
}
.TagClassName
{
border-color: #7785AB;
}
</style>