Shades of Strikemaster #895B79
Tints of Strikemaster #895B79
RGB
CMYK
RGB Variations
Color information
#895B79 (or 0x895B79) is known color: Strikemaster. HEX triplet: 89, 5B and 79. RGB value is (137,91,121). Sum of RGB (Red+Green+Blue) = 137+91+121=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #895B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B79 is #76A486. Grayscale: #6C6C6C. Windows color (decimal): -7775367 or 7953289. OLE color: 7953289.
HSL color Cylindrical-coordinate representation of color #895B79: hue angle of 320.87º 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 #895B79 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 91 | 121 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.46 |
| HSL | 320.87º | 0.2% | 0.45% | - |
| HSV(B) | 320.87º | 0.34% | 0.54% | - |
| XYZ | 17.51 | 14.18 | 19.9 | - |
| YUV | 108.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 121 | 0 | 0.34 | 0.12 | 0.46 | 320.87 | 0.2 | 0.45 |
| Hex | 89 | 5B | 79 | 0 | 22 | C | 2E | 141 | 14 | 2D |
| Octal | 211 | 133 | 171 | 0 | 42 | 14 | 56 | 501 | 24 | 55 |
| Binary | 10001001 | 1011011 | 1111001 | 0 | 100010 | 1100 | 101110 | 101000001 | 10100 | 101101 |
Color Harmonies of #895B79
Complementary color
Monochromatic Colors of #895B79
Black with #895B79
Text Example
Text Example
White with #895B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895B79; }
p { color: rgb(137,91,121); }
H1.HeaderClassName
{
color: #895B79;
}
.AnyTagClassName
{
color: #895B79;
}
</style>
background-color css
<style>
a { background-color: #895B79; }
a { background-color: rgb(137,91,121); }
div.DivClassName
{
background-color: #895B79;
}
.BgClassName
{
background-color: #895B79;
}
</style>
border-color css
<style>
span { border-color: #895B79; }
span { border-color: rgb(137,91,121); }
td.TdClassName
{
border-color: #895B79;
}
.TagClassName
{
border-color: #895B79;
}
</style>