Shades of Strikemaster #89717C
Tints of Strikemaster #89717C
RGB
CMYK
RGB Variations
Color information
#89717C (or 0x89717C) is known color: Strikemaster. HEX triplet: 89, 71 and 7C. RGB value is (137,113,124). Sum of RGB (Red+Green+Blue) = 137+113+124=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #89717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89717C is #768E83. Grayscale: #797979. Windows color (decimal): -7769732 or 8155529. OLE color: 8155529.
HSL color Cylindrical-coordinate representation of color #89717C: hue angle of 332.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #89717C is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 113 | 124 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.46 |
| HSL | 332.5º | 0.1% | 0.49% | - |
| HSV(B) | 332.5º | 0.18% | 0.54% | - |
| XYZ | 19.86 | 18.58 | 21.61 | - |
| YUV | 121.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 124 | 0 | 0.18 | 0.09 | 0.46 | 332.5 | 0.1 | 0.49 |
| Hex | 89 | 71 | 7C | 0 | 12 | 9 | 2E | 14C | A | 31 |
| Octal | 211 | 161 | 174 | 0 | 22 | 11 | 56 | 514 | 12 | 61 |
| Binary | 10001001 | 1110001 | 1111100 | 0 | 10010 | 1001 | 101110 | 101001100 | 1010 | 110001 |
Color Harmonies of #89717C
Complementary color
Monochromatic Colors of #89717C
Black with #89717C
Text Example
Text Example
White with #89717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89717C; }
p { color: rgb(137,113,124); }
H1.HeaderClassName
{
color: #89717C;
}
.AnyTagClassName
{
color: #89717C;
}
</style>
background-color css
<style>
a { background-color: #89717C; }
a { background-color: rgb(137,113,124); }
div.DivClassName
{
background-color: #89717C;
}
.BgClassName
{
background-color: #89717C;
}
</style>
border-color css
<style>
span { border-color: #89717C; }
span { border-color: rgb(137,113,124); }
td.TdClassName
{
border-color: #89717C;
}
.TagClassName
{
border-color: #89717C;
}
</style>