Shades of Ship Cove #7682A6
Tints of Ship Cove #7682A6
RGB
CMYK
RGB Variations
Color information
#7682A6 (or 0x7682A6) is known color: Ship Cove. HEX triplet: 76, 82 and A6. RGB value is (118,130,166). Sum of RGB (Red+Green+Blue) = 118+130+166=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 166 - color contains mainly: blue. Hex color #7682A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7682A6 is #897D59. Grayscale: #828282. Windows color (decimal): -9010522 or 10912374. OLE color: 10912374.
HSL color Cylindrical-coordinate representation of color #7682A6: hue angle of 225º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7682A6 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 130 | 166 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.35 |
| HSL | 225º | 0.21% | 0.56% | - |
| HSV(B) | 225º | 0.29% | 0.65% | - |
| XYZ | 22.34 | 22.57 | 39.26 | - |
| YUV | 130.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 166 | 0.29 | 0.22 | 0 | 0.35 | 225 | 0.21 | 0.56 |
| Hex | 76 | 82 | A6 | 1D | 16 | 0 | 23 | E1 | 15 | 38 |
| Octal | 166 | 202 | 246 | 35 | 26 | 0 | 43 | 341 | 25 | 70 |
| Binary | 1110110 | 10000010 | 10100110 | 11101 | 10110 | 0 | 100011 | 11100001 | 10101 | 111000 |
Color Harmonies of #7682A6
Complementary color
Monochromatic Colors of #7682A6
Black with #7682A6
Text Example
Text Example
White with #7682A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7682A6; }
p { color: rgb(118,130,166); }
H1.HeaderClassName
{
color: #7682A6;
}
.AnyTagClassName
{
color: #7682A6;
}
</style>
background-color css
<style>
a { background-color: #7682A6; }
a { background-color: rgb(118,130,166); }
div.DivClassName
{
background-color: #7682A6;
}
.BgClassName
{
background-color: #7682A6;
}
</style>
border-color css
<style>
span { border-color: #7682A6; }
span { border-color: rgb(118,130,166); }
td.TdClassName
{
border-color: #7682A6;
}
.TagClassName
{
border-color: #7682A6;
}
</style>