Shades of Schist #8B8A78
Tints of Schist #8B8A78
RGB
CMYK
RGB Variations
Color information
#8B8A78 (or 0x8B8A78) is known color: Schist. HEX triplet: 8B, 8A and 78. RGB value is (139,138,120). Sum of RGB (Red+Green+Blue) = 139+138+120=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8A78 is #747587. Grayscale: #888888. Windows color (decimal): -7632264 or 7899787. OLE color: 7899787.
HSL color Cylindrical-coordinate representation of color #8B8A78: hue angle of 56.84º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8A78 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 138 | 120 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.45 |
| HSL | 56.84º | 0.08% | 0.51% | - |
| HSV(B) | 56.84º | 0.14% | 0.55% | - |
| XYZ | 23.13 | 25.02 | 21.38 | - |
| YUV | 136.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 120 | 0 | 0.01 | 0.14 | 0.45 | 56.84 | 0.08 | 0.51 |
| Hex | 8B | 8A | 78 | 0 | 1 | E | 2D | 39 | 8 | 33 |
| Octal | 213 | 212 | 170 | 0 | 1 | 16 | 55 | 71 | 10 | 63 |
| Binary | 10001011 | 10001010 | 1111000 | 0 | 1 | 1110 | 101101 | 111001 | 1000 | 110011 |
Color Harmonies of #8B8A78
Complementary color
Monochromatic Colors of #8B8A78
Black with #8B8A78
Text Example
Text Example
White with #8B8A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8A78; }
p { color: rgb(139,138,120); }
H1.HeaderClassName
{
color: #8B8A78;
}
.AnyTagClassName
{
color: #8B8A78;
}
</style>
background-color css
<style>
a { background-color: #8B8A78; }
a { background-color: rgb(139,138,120); }
div.DivClassName
{
background-color: #8B8A78;
}
.BgClassName
{
background-color: #8B8A78;
}
</style>
border-color css
<style>
span { border-color: #8B8A78; }
span { border-color: rgb(139,138,120); }
td.TdClassName
{
border-color: #8B8A78;
}
.TagClassName
{
border-color: #8B8A78;
}
</style>