Shades of Strikemaster #895B78
Tints of Strikemaster #895B78
RGB
CMYK
RGB Variations
Color information
#895B78 (or 0x895B78) is known color: Strikemaster. HEX triplet: 89, 5B and 78. RGB value is (137,91,120). Sum of RGB (Red+Green+Blue) = 137+91+120=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #895B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B78 is #76A487. Grayscale: #6B6B6B. Windows color (decimal): -7775368 or 7887753. OLE color: 7887753.
HSL color Cylindrical-coordinate representation of color #895B78: hue angle of 322.17º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895B78 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 91 | 120 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.46 |
| HSL | 322.17º | 0.2% | 0.45% | - |
| HSV(B) | 322.17º | 0.34% | 0.54% | - |
| XYZ | 17.45 | 14.16 | 19.58 | - |
| YUV | 108.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 120 | 0 | 0.34 | 0.12 | 0.46 | 322.17 | 0.2 | 0.45 |
| Hex | 89 | 5B | 78 | 0 | 22 | C | 2E | 142 | 14 | 2D |
| Octal | 211 | 133 | 170 | 0 | 42 | 14 | 56 | 502 | 24 | 55 |
| Binary | 10001001 | 1011011 | 1111000 | 0 | 100010 | 1100 | 101110 | 101000010 | 10100 | 101101 |
Color Harmonies of #895B78
Complementary color
Monochromatic Colors of #895B78
Black with #895B78
Text Example
Text Example
White with #895B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895B78; }
p { color: rgb(137,91,120); }
H1.HeaderClassName
{
color: #895B78;
}
.AnyTagClassName
{
color: #895B78;
}
</style>
background-color css
<style>
a { background-color: #895B78; }
a { background-color: rgb(137,91,120); }
div.DivClassName
{
background-color: #895B78;
}
.BgClassName
{
background-color: #895B78;
}
</style>
border-color css
<style>
span { border-color: #895B78; }
span { border-color: rgb(137,91,120); }
td.TdClassName
{
border-color: #895B78;
}
.TagClassName
{
border-color: #895B78;
}
</style>