Shades of Strikemaster #89737E
Tints of Strikemaster #89737E
RGB
CMYK
RGB Variations
Color information
#89737E (or 0x89737E) is known color: Strikemaster. HEX triplet: 89, 73 and 7E. RGB value is (137,115,126). Sum of RGB (Red+Green+Blue) = 137+115+126=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #89737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89737E is #768C81. Grayscale: #7A7A7A. Windows color (decimal): -7769218 or 8287113. OLE color: 8287113.
HSL color Cylindrical-coordinate representation of color #89737E: hue angle of 330º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89737E is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 115 | 126 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.46 |
| HSL | 330º | 0.09% | 0.49% | - |
| HSV(B) | 330º | 0.16% | 0.54% | - |
| XYZ | 20.21 | 19.09 | 22.36 | - |
| YUV | 122.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 126 | 0 | 0.16 | 0.08 | 0.46 | 330 | 0.09 | 0.49 |
| Hex | 89 | 73 | 7E | 0 | 10 | 8 | 2E | 14A | 9 | 31 |
| Octal | 211 | 163 | 176 | 0 | 20 | 10 | 56 | 512 | 11 | 61 |
| Binary | 10001001 | 1110011 | 1111110 | 0 | 10000 | 1000 | 101110 | 101001010 | 1001 | 110001 |
Color Harmonies of #89737E
Complementary color
Monochromatic Colors of #89737E
Black with #89737E
Text Example
Text Example
White with #89737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89737E; }
p { color: rgb(137,115,126); }
H1.HeaderClassName
{
color: #89737E;
}
.AnyTagClassName
{
color: #89737E;
}
</style>
background-color css
<style>
a { background-color: #89737E; }
a { background-color: rgb(137,115,126); }
div.DivClassName
{
background-color: #89737E;
}
.BgClassName
{
background-color: #89737E;
}
</style>
border-color css
<style>
span { border-color: #89737E; }
span { border-color: rgb(137,115,126); }
td.TdClassName
{
border-color: #89737E;
}
.TagClassName
{
border-color: #89737E;
}
</style>