Shades of Schooner #8D8576
Tints of Schooner #8D8576
RGB
CMYK
RGB Variations
Color information
#8D8576 (or 0x8D8576) is known color: Schooner. HEX triplet: 8D, 85 and 76. RGB value is (141,133,118). Sum of RGB (Red+Green+Blue) = 141+133+118=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8576 is #727A89. Grayscale: #858585. Windows color (decimal): -7502474 or 7767437. OLE color: 7767437.
HSL color Cylindrical-coordinate representation of color #8D8576: hue angle of 39.13º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D8576 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 118 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.45 |
| HSL | 39.13º | 0.09% | 0.51% | - |
| HSV(B) | 39.13º | 0.16% | 0.55% | - |
| XYZ | 22.64 | 23.75 | 20.53 | - |
| YUV | 133.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 118 | 0 | 0.06 | 0.16 | 0.45 | 39.13 | 0.09 | 0.51 |
| Hex | 8D | 85 | 76 | 0 | 6 | 10 | 2D | 27 | 9 | 33 |
| Octal | 215 | 205 | 166 | 0 | 6 | 20 | 55 | 47 | 11 | 63 |
| Binary | 10001101 | 10000101 | 1110110 | 0 | 110 | 10000 | 101101 | 100111 | 1001 | 110011 |
Color Harmonies of #8D8576
Complementary color
Monochromatic Colors of #8D8576
Black with #8D8576
Text Example
Text Example
White with #8D8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8576; }
p { color: rgb(141,133,118); }
H1.HeaderClassName
{
color: #8D8576;
}
.AnyTagClassName
{
color: #8D8576;
}
</style>
background-color css
<style>
a { background-color: #8D8576; }
a { background-color: rgb(141,133,118); }
div.DivClassName
{
background-color: #8D8576;
}
.BgClassName
{
background-color: #8D8576;
}
</style>
border-color css
<style>
span { border-color: #8D8576; }
span { border-color: rgb(141,133,118); }
td.TdClassName
{
border-color: #8D8576;
}
.TagClassName
{
border-color: #8D8576;
}
</style>