Shades of Schist #88886F
Tints of Schist #88886F
RGB
CMYK
RGB Variations
Color information
#88886F (or 0x88886F) is known color: Schist. HEX triplet: 88, 88 and 6F. RGB value is (136,136,111). Sum of RGB (Red+Green+Blue) = 136+136+111=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88886F is #777790. Grayscale: #858585. Windows color (decimal): -7829393 or 7309448. OLE color: 7309448.
HSL color Cylindrical-coordinate representation of color #88886F: hue angle of 60º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88886F is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 111 | - |
| CMYK | 0 | 0 | 0.18 | 0.47 |
| HSL | 60º | 0.1% | 0.48% | - |
| HSV(B) | 60º | 0.18% | 0.53% | - |
| XYZ | 21.83 | 23.99 | 18.52 | - |
| YUV | 133.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 111 | 0 | 0 | 0.18 | 0.47 | 60 | 0.1 | 0.48 |
| Hex | 88 | 88 | 6F | 0 | 0 | 12 | 2F | 3C | A | 30 |
| Octal | 210 | 210 | 157 | 0 | 0 | 22 | 57 | 74 | 12 | 60 |
| Binary | 10001000 | 10001000 | 1101111 | 0 | 0 | 10010 | 101111 | 111100 | 1010 | 110000 |
Color Harmonies of #88886F
Complementary color
Monochromatic Colors of #88886F
Black with #88886F
Text Example
Text Example
White with #88886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88886F; }
p { color: rgb(136,136,111); }
H1.HeaderClassName
{
color: #88886F;
}
.AnyTagClassName
{
color: #88886F;
}
</style>
background-color css
<style>
a { background-color: #88886F; }
a { background-color: rgb(136,136,111); }
div.DivClassName
{
background-color: #88886F;
}
.BgClassName
{
background-color: #88886F;
}
</style>
border-color css
<style>
span { border-color: #88886F; }
span { border-color: rgb(136,136,111); }
td.TdClassName
{
border-color: #88886F;
}
.TagClassName
{
border-color: #88886F;
}
</style>