Shades of Schist #888974
Tints of Schist #888974
RGB
CMYK
RGB Variations
Color information
#888974 (or 0x888974) is known color: Schist. HEX triplet: 88, 89 and 74. RGB value is (136,137,116). Sum of RGB (Red+Green+Blue) = 136+137+116=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #888974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888974 is #77768B. Grayscale: #868686. Windows color (decimal): -7829132 or 7637384. OLE color: 7637384.
HSL color Cylindrical-coordinate representation of color #888974: hue angle of 62.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #888974 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
RGB | 136 | 137 | 116 | - |
CMYK | 0.01 | 0 | 0.15 | 0.46 |
HSL | 62.86º | 0.08% | 0.5% | - |
HSV(B) | 62.86º | 0.15% | 0.54% | - |
XYZ | 22.25 | 24.39 | 20.06 | - |
YUV | 134.31 | 117.67 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 137 | 116 | 0.01 | 0 | 0.15 | 0.46 | 62.86 | 0.08 | 0.5 |
Hex | 88 | 89 | 74 | 1 | 0 | F | 2E | 3F | 8 | 32 |
Octal | 210 | 211 | 164 | 1 | 0 | 17 | 56 | 77 | 10 | 62 |
Binary | 10001000 | 10001001 | 1110100 | 1 | 0 | 1111 | 101110 | 111111 | 1000 | 110010 |
Color Harmonies of #888974
Complementary color
Monochromatic Colors of #888974
Black with #888974
Text Example
Text Example
White with #888974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888974; }
p { color: rgb(136,137,116); }
H1.HeaderClassName
{
color: #888974;
}
.AnyTagClassName
{
color: #888974;
}
</style>
background-color css
<style>
a { background-color: #888974; }
a { background-color: rgb(136,137,116); }
div.DivClassName
{
background-color: #888974;
}
.BgClassName
{
background-color: #888974;
}
</style>
border-color css
<style>
span { border-color: #888974; }
span { border-color: rgb(136,137,116); }
td.TdClassName
{
border-color: #888974;
}
.TagClassName
{
border-color: #888974;
}
</style>