Shades of Ship Cove #7C84AC
Tints of Ship Cove #7C84AC
RGB
CMYK
RGB Variations
Color information
#7C84AC (or 0x7C84AC) is known color: Ship Cove. HEX triplet: 7C, 84 and AC. RGB value is (124,132,172). Sum of RGB (Red+Green+Blue) = 124+132+172=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C84AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C84AC is #837B53. Grayscale: #868686. Windows color (decimal): -8616788 or 11306108. OLE color: 11306108.
HSL color Cylindrical-coordinate representation of color #7C84AC: hue angle of 230º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C84AC is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 132 | 172 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.33 |
| HSL | 230º | 0.22% | 0.58% | - |
| HSV(B) | 230º | 0.28% | 0.67% | - |
| XYZ | 24.01 | 23.77 | 42.35 | - |
| YUV | 134.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 172 | 0.28 | 0.23 | 0 | 0.33 | 230 | 0.22 | 0.58 |
| Hex | 7C | 84 | AC | 1C | 17 | 0 | 21 | E6 | 16 | 3A |
| Octal | 174 | 204 | 254 | 34 | 27 | 0 | 41 | 346 | 26 | 72 |
| Binary | 1111100 | 10000100 | 10101100 | 11100 | 10111 | 0 | 100001 | 11100110 | 10110 | 111010 |
Color Harmonies of #7C84AC
Complementary color
Monochromatic Colors of #7C84AC
Black with #7C84AC
Text Example
Text Example
White with #7C84AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C84AC; }
p { color: rgb(124,132,172); }
H1.HeaderClassName
{
color: #7C84AC;
}
.AnyTagClassName
{
color: #7C84AC;
}
</style>
background-color css
<style>
a { background-color: #7C84AC; }
a { background-color: rgb(124,132,172); }
div.DivClassName
{
background-color: #7C84AC;
}
.BgClassName
{
background-color: #7C84AC;
}
</style>
border-color css
<style>
span { border-color: #7C84AC; }
span { border-color: rgb(124,132,172); }
td.TdClassName
{
border-color: #7C84AC;
}
.TagClassName
{
border-color: #7C84AC;
}
</style>