Shades of Strikemaster #896979
Tints of Strikemaster #896979
RGB
CMYK
RGB Variations
Color information
#896979 (or 0x896979) is known color: Strikemaster. HEX triplet: 89, 69 and 79. RGB value is (137,105,121). Sum of RGB (Red+Green+Blue) = 137+105+121=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #896979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896979 is #769686. Grayscale: #747474. Windows color (decimal): -7771783 or 7956873. OLE color: 7956873.
HSL color Cylindrical-coordinate representation of color #896979: hue angle of 330º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #896979 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 105 | 121 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.46 |
| HSL | 330º | 0.13% | 0.47% | - |
| HSV(B) | 330º | 0.23% | 0.54% | - |
| XYZ | 18.82 | 16.8 | 20.34 | - |
| YUV | 116.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 121 | 0 | 0.23 | 0.12 | 0.46 | 330 | 0.13 | 0.47 |
| Hex | 89 | 69 | 79 | 0 | 17 | C | 2E | 14A | D | 2F |
| Octal | 211 | 151 | 171 | 0 | 27 | 14 | 56 | 512 | 15 | 57 |
| Binary | 10001001 | 1101001 | 1111001 | 0 | 10111 | 1100 | 101110 | 101001010 | 1101 | 101111 |
Color Harmonies of #896979
Complementary color
Monochromatic Colors of #896979
Black with #896979
Text Example
Text Example
White with #896979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896979; }
p { color: rgb(137,105,121); }
H1.HeaderClassName
{
color: #896979;
}
.AnyTagClassName
{
color: #896979;
}
</style>
background-color css
<style>
a { background-color: #896979; }
a { background-color: rgb(137,105,121); }
div.DivClassName
{
background-color: #896979;
}
.BgClassName
{
background-color: #896979;
}
</style>
border-color css
<style>
span { border-color: #896979; }
span { border-color: rgb(137,105,121); }
td.TdClassName
{
border-color: #896979;
}
.TagClassName
{
border-color: #896979;
}
</style>