Shades of Strikemaster #89747F
Tints of Strikemaster #89747F
RGB
CMYK
RGB Variations
Color information
#89747F (or 0x89747F) is known color: Strikemaster. HEX triplet: 89, 74 and 7F. RGB value is (137,116,127). Sum of RGB (Red+Green+Blue) = 137+116+127=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #89747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89747F is #768B80. Grayscale: #7B7B7B. Windows color (decimal): -7768961 or 8352905. OLE color: 8352905.
HSL color Cylindrical-coordinate representation of color #89747F: hue angle of 328.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89747F is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 116 | 127 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.46 |
| HSL | 328.57º | 0.08% | 0.5% | - |
| HSV(B) | 328.57º | 0.15% | 0.54% | - |
| XYZ | 20.39 | 19.34 | 22.74 | - |
| YUV | 123.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 127 | 0 | 0.15 | 0.07 | 0.46 | 328.57 | 0.08 | 0.5 |
| Hex | 89 | 74 | 7F | 0 | F | 7 | 2E | 149 | 8 | 32 |
| Octal | 211 | 164 | 177 | 0 | 17 | 7 | 56 | 511 | 10 | 62 |
| Binary | 10001001 | 1110100 | 1111111 | 0 | 1111 | 111 | 101110 | 101001001 | 1000 | 110010 |
Color Harmonies of #89747F
Complementary color
Monochromatic Colors of #89747F
Black with #89747F
Text Example
Text Example
White with #89747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89747F; }
p { color: rgb(137,116,127); }
H1.HeaderClassName
{
color: #89747F;
}
.AnyTagClassName
{
color: #89747F;
}
</style>
background-color css
<style>
a { background-color: #89747F; }
a { background-color: rgb(137,116,127); }
div.DivClassName
{
background-color: #89747F;
}
.BgClassName
{
background-color: #89747F;
}
</style>
border-color css
<style>
span { border-color: #89747F; }
span { border-color: rgb(137,116,127); }
td.TdClassName
{
border-color: #89747F;
}
.TagClassName
{
border-color: #89747F;
}
</style>