Shades of Ship Cove #7682AA
Tints of Ship Cove #7682AA
RGB
CMYK
RGB Variations
Color information
#7682AA (or 0x7682AA) is known color: Ship Cove. HEX triplet: 76, 82 and AA. RGB value is (118,130,170). Sum of RGB (Red+Green+Blue) = 118+130+170=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #7682AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7682AA is #897D55. Grayscale: #828282. Windows color (decimal): -9010518 or 11174518. OLE color: 11174518.
HSL color Cylindrical-coordinate representation of color #7682AA: hue angle of 226.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7682AA is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 130 | 170 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.33 |
| HSL | 226.15º | 0.23% | 0.56% | - |
| HSV(B) | 226.15º | 0.31% | 0.67% | - |
| XYZ | 22.71 | 22.72 | 41.22 | - |
| YUV | 130.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 170 | 0.31 | 0.24 | 0 | 0.33 | 226.15 | 0.23 | 0.56 |
| Hex | 76 | 82 | AA | 1F | 18 | 0 | 21 | E2 | 17 | 38 |
| Octal | 166 | 202 | 252 | 37 | 30 | 0 | 41 | 342 | 27 | 70 |
| Binary | 1110110 | 10000010 | 10101010 | 11111 | 11000 | 0 | 100001 | 11100010 | 10111 | 111000 |
Color Harmonies of #7682AA
Complementary color
Monochromatic Colors of #7682AA
Black with #7682AA
Text Example
Text Example
White with #7682AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7682AA; }
p { color: rgb(118,130,170); }
H1.HeaderClassName
{
color: #7682AA;
}
.AnyTagClassName
{
color: #7682AA;
}
</style>
background-color css
<style>
a { background-color: #7682AA; }
a { background-color: rgb(118,130,170); }
div.DivClassName
{
background-color: #7682AA;
}
.BgClassName
{
background-color: #7682AA;
}
</style>
border-color css
<style>
span { border-color: #7682AA; }
span { border-color: rgb(118,130,170); }
td.TdClassName
{
border-color: #7682AA;
}
.TagClassName
{
border-color: #7682AA;
}
</style>