Shades of Strikemaster #89727F
Tints of Strikemaster #89727F
RGB
CMYK
RGB Variations
Color information
#89727F (or 0x89727F) is known color: Strikemaster. HEX triplet: 89, 72 and 7F. RGB value is (137,114,127). Sum of RGB (Red+Green+Blue) = 137+114+127=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #89727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89727F is #768D80. Grayscale: #7A7A7A. Windows color (decimal): -7769473 or 8352393. OLE color: 8352393.
HSL color Cylindrical-coordinate representation of color #89727F: hue angle of 326.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89727F is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 114 | 127 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.46 |
| HSL | 326.09º | 0.09% | 0.49% | - |
| HSV(B) | 326.09º | 0.17% | 0.54% | - |
| XYZ | 20.16 | 18.89 | 22.66 | - |
| YUV | 122.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 114 | 127 | 0 | 0.17 | 0.07 | 0.46 | 326.09 | 0.09 | 0.49 |
| Hex | 89 | 72 | 7F | 0 | 11 | 7 | 2E | 146 | 9 | 31 |
| Octal | 211 | 162 | 177 | 0 | 21 | 7 | 56 | 506 | 11 | 61 |
| Binary | 10001001 | 1110010 | 1111111 | 0 | 10001 | 111 | 101110 | 101000110 | 1001 | 110001 |
Color Harmonies of #89727F
Complementary color
Monochromatic Colors of #89727F
Black with #89727F
Text Example
Text Example
White with #89727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89727F; }
p { color: rgb(137,114,127); }
H1.HeaderClassName
{
color: #89727F;
}
.AnyTagClassName
{
color: #89727F;
}
</style>
background-color css
<style>
a { background-color: #89727F; }
a { background-color: rgb(137,114,127); }
div.DivClassName
{
background-color: #89727F;
}
.BgClassName
{
background-color: #89727F;
}
</style>
border-color css
<style>
span { border-color: #89727F; }
span { border-color: rgb(137,114,127); }
td.TdClassName
{
border-color: #89727F;
}
.TagClassName
{
border-color: #89727F;
}
</style>