Shades of Strikemaster #89717D
Tints of Strikemaster #89717D
RGB
CMYK
RGB Variations
Color information
#89717D (or 0x89717D) is known color: Strikemaster. HEX triplet: 89, 71 and 7D. RGB value is (137,113,125). Sum of RGB (Red+Green+Blue) = 137+113+125=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #89717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89717D is #768E82. Grayscale: #797979. Windows color (decimal): -7769731 or 8221065. OLE color: 8221065.
HSL color Cylindrical-coordinate representation of color #89717D: hue angle of 330º 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 #89717D is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 113 | 125 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.46 |
| HSL | 330º | 0.1% | 0.49% | - |
| HSV(B) | 330º | 0.18% | 0.54% | - |
| XYZ | 19.92 | 18.61 | 21.94 | - |
| YUV | 121.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 125 | 0 | 0.18 | 0.09 | 0.46 | 330 | 0.1 | 0.49 |
| Hex | 89 | 71 | 7D | 0 | 12 | 9 | 2E | 14A | A | 31 |
| Octal | 211 | 161 | 175 | 0 | 22 | 11 | 56 | 512 | 12 | 61 |
| Binary | 10001001 | 1110001 | 1111101 | 0 | 10010 | 1001 | 101110 | 101001010 | 1010 | 110001 |
Color Harmonies of #89717D
Complementary color
Monochromatic Colors of #89717D
Black with #89717D
Text Example
Text Example
White with #89717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89717D; }
p { color: rgb(137,113,125); }
H1.HeaderClassName
{
color: #89717D;
}
.AnyTagClassName
{
color: #89717D;
}
</style>
background-color css
<style>
a { background-color: #89717D; }
a { background-color: rgb(137,113,125); }
div.DivClassName
{
background-color: #89717D;
}
.BgClassName
{
background-color: #89717D;
}
</style>
border-color css
<style>
span { border-color: #89717D; }
span { border-color: rgb(137,113,125); }
td.TdClassName
{
border-color: #89717D;
}
.TagClassName
{
border-color: #89717D;
}
</style>