Shades of Ship Cove #7785AE
Tints of Ship Cove #7785AE
RGB
CMYK
RGB Variations
Color information
#7785AE (or 0x7785AE) is known color: Ship Cove. HEX triplet: 77, 85 and AE. RGB value is (119,133,174). Sum of RGB (Red+Green+Blue) = 119+133+174=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #7785AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7785AE is #887A51. Grayscale: #858585. Windows color (decimal): -8944210 or 11437431. OLE color: 11437431.
HSL color Cylindrical-coordinate representation of color #7785AE: hue angle of 224.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 #7785AE is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 133 | 174 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.32 |
| HSL | 224.73º | 0.25% | 0.57% | - |
| HSV(B) | 224.73º | 0.32% | 0.68% | - |
| XYZ | 23.64 | 23.75 | 43.38 | - |
| YUV | 133.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 174 | 0.32 | 0.24 | 0 | 0.32 | 224.73 | 0.25 | 0.57 |
| Hex | 77 | 85 | AE | 20 | 18 | 0 | 20 | E1 | 19 | 39 |
| Octal | 167 | 205 | 256 | 40 | 30 | 0 | 40 | 341 | 31 | 71 |
| Binary | 1110111 | 10000101 | 10101110 | 100000 | 11000 | 0 | 100000 | 11100001 | 11001 | 111001 |
Color Harmonies of #7785AE
Complementary color
Monochromatic Colors of #7785AE
Black with #7785AE
Text Example
Text Example
White with #7785AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7785AE; }
p { color: rgb(119,133,174); }
H1.HeaderClassName
{
color: #7785AE;
}
.AnyTagClassName
{
color: #7785AE;
}
</style>
background-color css
<style>
a { background-color: #7785AE; }
a { background-color: rgb(119,133,174); }
div.DivClassName
{
background-color: #7785AE;
}
.BgClassName
{
background-color: #7785AE;
}
</style>
border-color css
<style>
span { border-color: #7785AE; }
span { border-color: rgb(119,133,174); }
td.TdClassName
{
border-color: #7785AE;
}
.TagClassName
{
border-color: #7785AE;
}
</style>