Shades of Ship Cove #7882AC
Tints of Ship Cove #7882AC
RGB
CMYK
RGB Variations
Color information
#7882AC (or 0x7882AC) is known color: Ship Cove. HEX triplet: 78, 82 and AC. RGB value is (120,130,172). Sum of RGB (Red+Green+Blue) = 120+130+172=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #7882AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7882AC is #877D53. Grayscale: #838383. Windows color (decimal): -8879444 or 11305592. OLE color: 11305592.
HSL color Cylindrical-coordinate representation of color #7882AC: hue angle of 228.46º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7882AC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 130 | 172 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.33 |
| HSL | 228.46º | 0.24% | 0.57% | - |
| HSV(B) | 228.46º | 0.3% | 0.67% | - |
| XYZ | 23.17 | 22.94 | 42.24 | - |
| YUV | 131.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 172 | 0.30 | 0.24 | 0 | 0.33 | 228.46 | 0.24 | 0.57 |
| Hex | 78 | 82 | AC | 1E | 18 | 0 | 21 | E4 | 18 | 39 |
| Octal | 170 | 202 | 254 | 36 | 30 | 0 | 41 | 344 | 30 | 71 |
| Binary | 1111000 | 10000010 | 10101100 | 11110 | 11000 | 0 | 100001 | 11100100 | 11000 | 111001 |
Color Harmonies of #7882AC
Complementary color
Monochromatic Colors of #7882AC
Black with #7882AC
Text Example
Text Example
White with #7882AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7882AC; }
p { color: rgb(120,130,172); }
H1.HeaderClassName
{
color: #7882AC;
}
.AnyTagClassName
{
color: #7882AC;
}
</style>
background-color css
<style>
a { background-color: #7882AC; }
a { background-color: rgb(120,130,172); }
div.DivClassName
{
background-color: #7882AC;
}
.BgClassName
{
background-color: #7882AC;
}
</style>
border-color css
<style>
span { border-color: #7882AC; }
span { border-color: rgb(120,130,172); }
td.TdClassName
{
border-color: #7882AC;
}
.TagClassName
{
border-color: #7882AC;
}
</style>