Shades of Ship Cove #7784AF
Tints of Ship Cove #7784AF
RGB
CMYK
RGB Variations
Color information
#7784AF (or 0x7784AF) is known color: Ship Cove. HEX triplet: 77, 84 and AF. RGB value is (119,132,175). Sum of RGB (Red+Green+Blue) = 119+132+175=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #7784AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7784AF is #887B50. Grayscale: #848484. Windows color (decimal): -8944465 or 11502711. OLE color: 11502711.
HSL color Cylindrical-coordinate representation of color #7784AF: hue angle of 226.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7784AF is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 132 | 175 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.31 |
| HSL | 226.07º | 0.26% | 0.58% | - |
| HSV(B) | 226.07º | 0.32% | 0.69% | - |
| XYZ | 23.6 | 23.52 | 43.85 | - |
| YUV | 133.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 175 | 0.32 | 0.25 | 0 | 0.31 | 226.07 | 0.26 | 0.58 |
| Hex | 77 | 84 | AF | 20 | 19 | 0 | 1F | E2 | 1A | 3A |
| Octal | 167 | 204 | 257 | 40 | 31 | 0 | 37 | 342 | 32 | 72 |
| Binary | 1110111 | 10000100 | 10101111 | 100000 | 11001 | 0 | 11111 | 11100010 | 11010 | 111010 |
Color Harmonies of #7784AF
Complementary color
Monochromatic Colors of #7784AF
Black with #7784AF
Text Example
Text Example
White with #7784AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7784AF; }
p { color: rgb(119,132,175); }
H1.HeaderClassName
{
color: #7784AF;
}
.AnyTagClassName
{
color: #7784AF;
}
</style>
background-color css
<style>
a { background-color: #7784AF; }
a { background-color: rgb(119,132,175); }
div.DivClassName
{
background-color: #7784AF;
}
.BgClassName
{
background-color: #7784AF;
}
</style>
border-color css
<style>
span { border-color: #7784AF; }
span { border-color: rgb(119,132,175); }
td.TdClassName
{
border-color: #7784AF;
}
.TagClassName
{
border-color: #7784AF;
}
</style>