Shades of Ship Cove #7680AB
Tints of Ship Cove #7680AB
RGB
CMYK
RGB Variations
Color information
#7680AB (or 0x7680AB) is known color: Ship Cove. HEX triplet: 76, 80 and AB. RGB value is (118,128,171). Sum of RGB (Red+Green+Blue) = 118+128+171=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #7680AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7680AB is #897F54. Grayscale: #818181. Windows color (decimal): -9011029 or 11239542. OLE color: 11239542.
HSL color Cylindrical-coordinate representation of color #7680AB: hue angle of 228.68º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7680AB is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 128 | 171 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.33 |
| HSL | 228.68º | 0.24% | 0.57% | - |
| HSV(B) | 228.68º | 0.31% | 0.67% | - |
| XYZ | 22.54 | 22.23 | 41.63 | - |
| YUV | 129.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 171 | 0.31 | 0.25 | 0 | 0.33 | 228.68 | 0.24 | 0.57 |
| Hex | 76 | 80 | AB | 1F | 19 | 0 | 21 | E5 | 18 | 39 |
| Octal | 166 | 200 | 253 | 37 | 31 | 0 | 41 | 345 | 30 | 71 |
| Binary | 1110110 | 10000000 | 10101011 | 11111 | 11001 | 0 | 100001 | 11100101 | 11000 | 111001 |
Color Harmonies of #7680AB
Complementary color
Monochromatic Colors of #7680AB
Black with #7680AB
Text Example
Text Example
White with #7680AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7680AB; }
p { color: rgb(118,128,171); }
H1.HeaderClassName
{
color: #7680AB;
}
.AnyTagClassName
{
color: #7680AB;
}
</style>
background-color css
<style>
a { background-color: #7680AB; }
a { background-color: rgb(118,128,171); }
div.DivClassName
{
background-color: #7680AB;
}
.BgClassName
{
background-color: #7680AB;
}
</style>
border-color css
<style>
span { border-color: #7680AB; }
span { border-color: rgb(118,128,171); }
td.TdClassName
{
border-color: #7680AB;
}
.TagClassName
{
border-color: #7680AB;
}
</style>