Shades of Schist #8B8872
Tints of Schist #8B8872
RGB
CMYK
RGB Variations
Color information
#8B8872 (or 0x8B8872) is known color: Schist. HEX triplet: 8B, 88 and 72. RGB value is (139,136,114). Sum of RGB (Red+Green+Blue) = 139+136+114=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8872 is #74778D. Grayscale: #868686. Windows color (decimal): -7632782 or 7506059. OLE color: 7506059.
HSL color Cylindrical-coordinate representation of color #8B8872: hue angle of 52.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 #8B8872 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 114 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.45 |
| HSL | 52.8º | 0.1% | 0.5% | - |
| HSV(B) | 52.8º | 0.18% | 0.55% | - |
| XYZ | 22.49 | 24.31 | 19.43 | - |
| YUV | 134.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 114 | 0 | 0.02 | 0.18 | 0.45 | 52.8 | 0.1 | 0.5 |
| Hex | 8B | 88 | 72 | 0 | 2 | 12 | 2D | 35 | A | 32 |
| Octal | 213 | 210 | 162 | 0 | 2 | 22 | 55 | 65 | 12 | 62 |
| Binary | 10001011 | 10001000 | 1110010 | 0 | 10 | 10010 | 101101 | 110101 | 1010 | 110010 |
Color Harmonies of #8B8872
Complementary color
Monochromatic Colors of #8B8872
Black with #8B8872
Text Example
Text Example
White with #8B8872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8872; }
p { color: rgb(139,136,114); }
H1.HeaderClassName
{
color: #8B8872;
}
.AnyTagClassName
{
color: #8B8872;
}
</style>
background-color css
<style>
a { background-color: #8B8872; }
a { background-color: rgb(139,136,114); }
div.DivClassName
{
background-color: #8B8872;
}
.BgClassName
{
background-color: #8B8872;
}
</style>
border-color css
<style>
span { border-color: #8B8872; }
span { border-color: rgb(139,136,114); }
td.TdClassName
{
border-color: #8B8872;
}
.TagClassName
{
border-color: #8B8872;
}
</style>