Shades of Ship Cove #7680AE
Tints of Ship Cove #7680AE
RGB
CMYK
RGB Variations
Color information
#7680AE (or 0x7680AE) is known color: Ship Cove. HEX triplet: 76, 80 and AE. RGB value is (118,128,174). Sum of RGB (Red+Green+Blue) = 118+128+174=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #7680AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7680AE is #897F51. Grayscale: #828282. Windows color (decimal): -9011026 or 11436150. OLE color: 11436150.
HSL color Cylindrical-coordinate representation of color #7680AE: hue angle of 229.29º degrees, saturation: 0.26, 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 #7680AE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 128 | 174 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.32 |
| HSL | 229.29º | 0.26% | 0.57% | - |
| HSV(B) | 229.29º | 0.32% | 0.68% | - |
| XYZ | 22.83 | 22.35 | 43.15 | - |
| YUV | 130.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 174 | 0.32 | 0.26 | 0 | 0.32 | 229.29 | 0.26 | 0.57 |
| Hex | 76 | 80 | AE | 20 | 1A | 0 | 20 | E5 | 1A | 39 |
| Octal | 166 | 200 | 256 | 40 | 32 | 0 | 40 | 345 | 32 | 71 |
| Binary | 1110110 | 10000000 | 10101110 | 100000 | 11010 | 0 | 100000 | 11100101 | 11010 | 111001 |
Color Harmonies of #7680AE
Complementary color
Monochromatic Colors of #7680AE
Black with #7680AE
Text Example
Text Example
White with #7680AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7680AE; }
p { color: rgb(118,128,174); }
H1.HeaderClassName
{
color: #7680AE;
}
.AnyTagClassName
{
color: #7680AE;
}
</style>
background-color css
<style>
a { background-color: #7680AE; }
a { background-color: rgb(118,128,174); }
div.DivClassName
{
background-color: #7680AE;
}
.BgClassName
{
background-color: #7680AE;
}
</style>
border-color css
<style>
span { border-color: #7680AE; }
span { border-color: rgb(118,128,174); }
td.TdClassName
{
border-color: #7680AE;
}
.TagClassName
{
border-color: #7680AE;
}
</style>