Shades of Ship Cove #7679A0
Tints of Ship Cove #7679A0
RGB
CMYK
RGB Variations
Color information
#7679A0 (or 0x7679A0) is known color: Ship Cove. HEX triplet: 76, 79 and A0. RGB value is (118,121,160). Sum of RGB (Red+Green+Blue) = 118+121+160=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: blue. Hex color #7679A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7679A0 is #89865F. Grayscale: #7C7C7C. Windows color (decimal): -9012832 or 10516854. OLE color: 10516854.
HSL color Cylindrical-coordinate representation of color #7679A0: hue angle of 235.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7679A0 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 121 | 160 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.37 |
| HSL | 235.71º | 0.18% | 0.55% | - |
| HSV(B) | 235.71º | 0.26% | 0.63% | - |
| XYZ | 20.65 | 20.06 | 36.04 | - |
| YUV | 124.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 160 | 0.26 | 0.24 | 0 | 0.37 | 235.71 | 0.18 | 0.55 |
| Hex | 76 | 79 | A0 | 1A | 18 | 0 | 25 | EC | 12 | 37 |
| Octal | 166 | 171 | 240 | 32 | 30 | 0 | 45 | 354 | 22 | 67 |
| Binary | 1110110 | 1111001 | 10100000 | 11010 | 11000 | 0 | 100101 | 11101100 | 10010 | 110111 |
Color Harmonies of #7679A0
Complementary color
Monochromatic Colors of #7679A0
Black with #7679A0
Text Example
Text Example
White with #7679A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7679A0; }
p { color: rgb(118,121,160); }
H1.HeaderClassName
{
color: #7679A0;
}
.AnyTagClassName
{
color: #7679A0;
}
</style>
background-color css
<style>
a { background-color: #7679A0; }
a { background-color: rgb(118,121,160); }
div.DivClassName
{
background-color: #7679A0;
}
.BgClassName
{
background-color: #7679A0;
}
</style>
border-color css
<style>
span { border-color: #7679A0; }
span { border-color: rgb(118,121,160); }
td.TdClassName
{
border-color: #7679A0;
}
.TagClassName
{
border-color: #7679A0;
}
</style>