Shades of Ship Cove #7680AD
Tints of Ship Cove #7680AD
RGB
CMYK
RGB Variations
Color information
#7680AD (or 0x7680AD) is known color: Ship Cove. HEX triplet: 76, 80 and AD. RGB value is (118,128,173). Sum of RGB (Red+Green+Blue) = 118+128+173=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #7680AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7680AD is #897F52. Grayscale: #818181. Windows color (decimal): -9011027 or 11370614. OLE color: 11370614.
HSL color Cylindrical-coordinate representation of color #7680AD: hue angle of 229.09º 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 #7680AD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 128 | 173 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.32 |
| HSL | 229.09º | 0.25% | 0.57% | - |
| HSV(B) | 229.09º | 0.32% | 0.68% | - |
| XYZ | 22.73 | 22.31 | 42.64 | - |
| YUV | 130.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 173 | 0.32 | 0.26 | 0 | 0.32 | 229.09 | 0.25 | 0.57 |
| Hex | 76 | 80 | AD | 20 | 1A | 0 | 20 | E5 | 19 | 39 |
| Octal | 166 | 200 | 255 | 40 | 32 | 0 | 40 | 345 | 31 | 71 |
| Binary | 1110110 | 10000000 | 10101101 | 100000 | 11010 | 0 | 100000 | 11100101 | 11001 | 111001 |
Color Harmonies of #7680AD
Complementary color
Monochromatic Colors of #7680AD
Black with #7680AD
Text Example
Text Example
White with #7680AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7680AD; }
p { color: rgb(118,128,173); }
H1.HeaderClassName
{
color: #7680AD;
}
.AnyTagClassName
{
color: #7680AD;
}
</style>
background-color css
<style>
a { background-color: #7680AD; }
a { background-color: rgb(118,128,173); }
div.DivClassName
{
background-color: #7680AD;
}
.BgClassName
{
background-color: #7680AD;
}
</style>
border-color css
<style>
span { border-color: #7680AD; }
span { border-color: rgb(118,128,173); }
td.TdClassName
{
border-color: #7680AD;
}
.TagClassName
{
border-color: #7680AD;
}
</style>