Shades of Schist #888676
Tints of Schist #888676
RGB
CMYK
RGB Variations
Color information
#888676 (or 0x888676) is known color: Schist. HEX triplet: 88, 86 and 76. RGB value is (136,134,118). Sum of RGB (Red+Green+Blue) = 136+134+118=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #888676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888676 is #777989. Grayscale: #848484. Windows color (decimal): -7829898 or 7767688. OLE color: 7767688.
HSL color Cylindrical-coordinate representation of color #888676: hue angle of 53.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888676 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 118 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.47 |
| HSL | 53.33º | 0.07% | 0.5% | - |
| HSV(B) | 53.33º | 0.13% | 0.53% | - |
| XYZ | 21.95 | 23.59 | 20.54 | - |
| YUV | 132.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 118 | 0 | 0.01 | 0.13 | 0.47 | 53.33 | 0.07 | 0.5 |
| Hex | 88 | 86 | 76 | 0 | 1 | D | 2F | 35 | 7 | 32 |
| Octal | 210 | 206 | 166 | 0 | 1 | 15 | 57 | 65 | 7 | 62 |
| Binary | 10001000 | 10000110 | 1110110 | 0 | 1 | 1101 | 101111 | 110101 | 111 | 110010 |
Color Harmonies of #888676
Complementary color
Monochromatic Colors of #888676
Black with #888676
Text Example
Text Example
White with #888676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888676; }
p { color: rgb(136,134,118); }
H1.HeaderClassName
{
color: #888676;
}
.AnyTagClassName
{
color: #888676;
}
</style>
background-color css
<style>
a { background-color: #888676; }
a { background-color: rgb(136,134,118); }
div.DivClassName
{
background-color: #888676;
}
.BgClassName
{
background-color: #888676;
}
</style>
border-color css
<style>
span { border-color: #888676; }
span { border-color: rgb(136,134,118); }
td.TdClassName
{
border-color: #888676;
}
.TagClassName
{
border-color: #888676;
}
</style>