Shades of Schooner #8D8574
Tints of Schooner #8D8574
RGB
CMYK
RGB Variations
Color information
#8D8574 (or 0x8D8574) is known color: Schooner. HEX triplet: 8D, 85 and 74. RGB value is (141,133,116). Sum of RGB (Red+Green+Blue) = 141+133+116=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8574 is #727A8B. Grayscale: #858585. Windows color (decimal): -7502476 or 7636365. OLE color: 7636365.
HSL color Cylindrical-coordinate representation of color #8D8574: hue angle of 40.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D8574 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 116 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.45 |
| HSL | 40.8º | 0.1% | 0.5% | - |
| HSV(B) | 40.8º | 0.18% | 0.55% | - |
| XYZ | 22.52 | 23.7 | 19.91 | - |
| YUV | 133.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 116 | 0 | 0.06 | 0.18 | 0.45 | 40.8 | 0.1 | 0.5 |
| Hex | 8D | 85 | 74 | 0 | 6 | 12 | 2D | 29 | A | 32 |
| Octal | 215 | 205 | 164 | 0 | 6 | 22 | 55 | 51 | 12 | 62 |
| Binary | 10001101 | 10000101 | 1110100 | 0 | 110 | 10010 | 101101 | 101001 | 1010 | 110010 |
Color Harmonies of #8D8574
Complementary color
Monochromatic Colors of #8D8574
Black with #8D8574
Text Example
Text Example
White with #8D8574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8574; }
p { color: rgb(141,133,116); }
H1.HeaderClassName
{
color: #8D8574;
}
.AnyTagClassName
{
color: #8D8574;
}
</style>
background-color css
<style>
a { background-color: #8D8574; }
a { background-color: rgb(141,133,116); }
div.DivClassName
{
background-color: #8D8574;
}
.BgClassName
{
background-color: #8D8574;
}
</style>
border-color css
<style>
span { border-color: #8D8574; }
span { border-color: rgb(141,133,116); }
td.TdClassName
{
border-color: #8D8574;
}
.TagClassName
{
border-color: #8D8574;
}
</style>