Shades of Schist #8A8975
Tints of Schist #8A8975
RGB
CMYK
RGB Variations
Color information
#8A8975 (or 0x8A8975) is known color: Schist. HEX triplet: 8A, 89 and 75. RGB value is (138,137,117). Sum of RGB (Red+Green+Blue) = 138+137+117=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8975 is #75768A. Grayscale: #878787. Windows color (decimal): -7698059 or 7702922. OLE color: 7702922.
HSL color Cylindrical-coordinate representation of color #8A8975: hue angle of 57.14º 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 #8A8975 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 117 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.46 |
| HSL | 57.14º | 0.08% | 0.5% | - |
| HSV(B) | 57.14º | 0.15% | 0.54% | - |
| XYZ | 22.64 | 24.58 | 20.38 | - |
| YUV | 135.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 117 | 0 | 0.01 | 0.15 | 0.46 | 57.14 | 0.08 | 0.5 |
| Hex | 8A | 89 | 75 | 0 | 1 | F | 2E | 39 | 8 | 32 |
| Octal | 212 | 211 | 165 | 0 | 1 | 17 | 56 | 71 | 10 | 62 |
| Binary | 10001010 | 10001001 | 1110101 | 0 | 1 | 1111 | 101110 | 111001 | 1000 | 110010 |
Color Harmonies of #8A8975
Complementary color
Monochromatic Colors of #8A8975
Black with #8A8975
Text Example
Text Example
White with #8A8975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8975; }
p { color: rgb(138,137,117); }
H1.HeaderClassName
{
color: #8A8975;
}
.AnyTagClassName
{
color: #8A8975;
}
</style>
background-color css
<style>
a { background-color: #8A8975; }
a { background-color: rgb(138,137,117); }
div.DivClassName
{
background-color: #8A8975;
}
.BgClassName
{
background-color: #8A8975;
}
</style>
border-color css
<style>
span { border-color: #8A8975; }
span { border-color: rgb(138,137,117); }
td.TdClassName
{
border-color: #8A8975;
}
.TagClassName
{
border-color: #8A8975;
}
</style>