Shades of Ship Cove #7680AC
Tints of Ship Cove #7680AC
RGB
CMYK
RGB Variations
Color information
#7680AC (or 0x7680AC) is known color: Ship Cove. HEX triplet: 76, 80 and AC. RGB value is (118,128,172). Sum of RGB (Red+Green+Blue) = 118+128+172=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #7680AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7680AC is #897F53. Grayscale: #818181. Windows color (decimal): -9011028 or 11305078. OLE color: 11305078.
HSL color Cylindrical-coordinate representation of color #7680AC: hue angle of 228.89º degrees, saturation: 0.25, 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 #7680AC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 128 | 172 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.33 |
| HSL | 228.89º | 0.25% | 0.57% | - |
| HSV(B) | 228.89º | 0.31% | 0.67% | - |
| XYZ | 22.64 | 22.27 | 42.13 | - |
| YUV | 130.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 172 | 0.31 | 0.26 | 0 | 0.33 | 228.89 | 0.25 | 0.57 |
| Hex | 76 | 80 | AC | 1F | 1A | 0 | 21 | E5 | 19 | 39 |
| Octal | 166 | 200 | 254 | 37 | 32 | 0 | 41 | 345 | 31 | 71 |
| Binary | 1110110 | 10000000 | 10101100 | 11111 | 11010 | 0 | 100001 | 11100101 | 11001 | 111001 |
Color Harmonies of #7680AC
Complementary color
Monochromatic Colors of #7680AC
Black with #7680AC
Text Example
Text Example
White with #7680AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7680AC; }
p { color: rgb(118,128,172); }
H1.HeaderClassName
{
color: #7680AC;
}
.AnyTagClassName
{
color: #7680AC;
}
</style>
background-color css
<style>
a { background-color: #7680AC; }
a { background-color: rgb(118,128,172); }
div.DivClassName
{
background-color: #7680AC;
}
.BgClassName
{
background-color: #7680AC;
}
</style>
border-color css
<style>
span { border-color: #7680AC; }
span { border-color: rgb(118,128,172); }
td.TdClassName
{
border-color: #7680AC;
}
.TagClassName
{
border-color: #7680AC;
}
</style>