Shades of Strikemaster #895977
Tints of Strikemaster #895977
RGB
CMYK
RGB Variations
Color information
#895977 (or 0x895977) is known color: Strikemaster. HEX triplet: 89, 59 and 77. RGB value is (137,89,119). Sum of RGB (Red+Green+Blue) = 137+89+119=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #895977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895977 is #76A688. Grayscale: #6A6A6A. Windows color (decimal): -7775881 or 7821705. OLE color: 7821705.
HSL color Cylindrical-coordinate representation of color #895977: hue angle of 322.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895977 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 119 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.46 |
| HSL | 322.5º | 0.21% | 0.44% | - |
| HSV(B) | 322.5º | 0.35% | 0.54% | - |
| XYZ | 17.22 | 13.8 | 19.21 | - |
| YUV | 106.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 119 | 0 | 0.35 | 0.13 | 0.46 | 322.5 | 0.21 | 0.44 |
| Hex | 89 | 59 | 77 | 0 | 23 | D | 2E | 142 | 15 | 2C |
| Octal | 211 | 131 | 167 | 0 | 43 | 15 | 56 | 502 | 25 | 54 |
| Binary | 10001001 | 1011001 | 1110111 | 0 | 100011 | 1101 | 101110 | 101000010 | 10101 | 101100 |
Color Harmonies of #895977
Complementary color
Monochromatic Colors of #895977
Black with #895977
Text Example
Text Example
White with #895977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895977; }
p { color: rgb(137,89,119); }
H1.HeaderClassName
{
color: #895977;
}
.AnyTagClassName
{
color: #895977;
}
</style>
background-color css
<style>
a { background-color: #895977; }
a { background-color: rgb(137,89,119); }
div.DivClassName
{
background-color: #895977;
}
.BgClassName
{
background-color: #895977;
}
</style>
border-color css
<style>
span { border-color: #895977; }
span { border-color: rgb(137,89,119); }
td.TdClassName
{
border-color: #895977;
}
.TagClassName
{
border-color: #895977;
}
</style>