Shades of Schooner #8C8884
Tints of Schooner #8C8884
RGB
CMYK
RGB Variations
Color information
#8C8884 (or 0x8C8884) is known color: Schooner. HEX triplet: 8C, 88 and 84. RGB value is (140,136,132). Sum of RGB (Red+Green+Blue) = 140+136+132=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8884 is #73777B. Grayscale: #888888. Windows color (decimal): -7567228 or 8685708. OLE color: 8685708.
HSL color Cylindrical-coordinate representation of color #8C8884: hue angle of 30º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8884 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 132 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.45 |
| HSL | 30º | 0.03% | 0.53% | - |
| HSV(B) | 30º | 0.06% | 0.55% | - |
| XYZ | 23.78 | 24.85 | 25.37 | - |
| YUV | 136.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 132 | 0 | 0.03 | 0.06 | 0.45 | 30 | 0.03 | 0.53 |
| Hex | 8C | 88 | 84 | 0 | 3 | 6 | 2D | 1E | 3 | 35 |
| Octal | 214 | 210 | 204 | 0 | 3 | 6 | 55 | 36 | 3 | 65 |
| Binary | 10001100 | 10001000 | 10000100 | 0 | 11 | 110 | 101101 | 11110 | 11 | 110101 |
Color Harmonies of #8C8884
Complementary color
Monochromatic Colors of #8C8884
Black with #8C8884
Text Example
Text Example
White with #8C8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8884; }
p { color: rgb(140,136,132); }
H1.HeaderClassName
{
color: #8C8884;
}
.AnyTagClassName
{
color: #8C8884;
}
</style>
background-color css
<style>
a { background-color: #8C8884; }
a { background-color: rgb(140,136,132); }
div.DivClassName
{
background-color: #8C8884;
}
.BgClassName
{
background-color: #8C8884;
}
</style>
border-color css
<style>
span { border-color: #8C8884; }
span { border-color: rgb(140,136,132); }
td.TdClassName
{
border-color: #8C8884;
}
.TagClassName
{
border-color: #8C8884;
}
</style>