Shades of Ship Cove #768DAC
Tints of Ship Cove #768DAC
RGB
CMYK
RGB Variations
Color information
#768DAC (or 0x768DAC) is known color: Ship Cove. HEX triplet: 76, 8D and AC. RGB value is (118,141,172). Sum of RGB (Red+Green+Blue) = 118+141+172=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #768DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768DAC is #897253. Grayscale: #898989. Windows color (decimal): -9007700 or 11308406. OLE color: 11308406.
HSL color Cylindrical-coordinate representation of color #768DAC: hue angle of 214.44º 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 #768DAC is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 141 | 172 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.33 |
| HSL | 214.44º | 0.25% | 0.57% | - |
| HSV(B) | 214.44º | 0.31% | 0.67% | - |
| XYZ | 24.44 | 25.88 | 42.74 | - |
| YUV | 137.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 172 | 0.31 | 0.18 | 0 | 0.33 | 214.44 | 0.25 | 0.57 |
| Hex | 76 | 8D | AC | 1F | 12 | 0 | 21 | D6 | 19 | 39 |
| Octal | 166 | 215 | 254 | 37 | 22 | 0 | 41 | 326 | 31 | 71 |
| Binary | 1110110 | 10001101 | 10101100 | 11111 | 10010 | 0 | 100001 | 11010110 | 11001 | 111001 |
Color Harmonies of #768DAC
Complementary color
Monochromatic Colors of #768DAC
Black with #768DAC
Text Example
Text Example
White with #768DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768DAC; }
p { color: rgb(118,141,172); }
H1.HeaderClassName
{
color: #768DAC;
}
.AnyTagClassName
{
color: #768DAC;
}
</style>
background-color css
<style>
a { background-color: #768DAC; }
a { background-color: rgb(118,141,172); }
div.DivClassName
{
background-color: #768DAC;
}
.BgClassName
{
background-color: #768DAC;
}
</style>
border-color css
<style>
span { border-color: #768DAC; }
span { border-color: rgb(118,141,172); }
td.TdClassName
{
border-color: #768DAC;
}
.TagClassName
{
border-color: #768DAC;
}
</style>