Shades of Strikemaster #987180
Tints of Strikemaster #987180
RGB
CMYK
RGB Variations
Color information
#987180 (or 0x987180) is known color: Strikemaster. HEX triplet: 98, 71 and 80. RGB value is (152,113,128). Sum of RGB (Red+Green+Blue) = 152+113+128=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #987180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987180 is #678E7F. Grayscale: #7E7E7E. Windows color (decimal): -6786688 or 8417688. OLE color: 8417688.
HSL color Cylindrical-coordinate representation of color #987180: hue angle of 336.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987180 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 128 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.40 |
| HSL | 336.92º | 0.16% | 0.52% | - |
| HSV(B) | 336.92º | 0.26% | 0.6% | - |
| XYZ | 22.75 | 20.04 | 23.09 | - |
| YUV | 126.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 128 | 0 | 0.26 | 0.16 | 0.40 | 336.92 | 0.16 | 0.52 |
| Hex | 98 | 71 | 80 | 0 | 1A | 10 | 28 | 151 | 10 | 34 |
| Octal | 230 | 161 | 200 | 0 | 32 | 20 | 50 | 521 | 20 | 64 |
| Binary | 10011000 | 1110001 | 10000000 | 0 | 11010 | 10000 | 101000 | 101010001 | 10000 | 110100 |
Color Harmonies of #987180
Complementary color
Monochromatic Colors of #987180
Black with #987180
Text Example
Text Example
White with #987180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987180; }
p { color: rgb(152,113,128); }
H1.HeaderClassName
{
color: #987180;
}
.AnyTagClassName
{
color: #987180;
}
</style>
background-color css
<style>
a { background-color: #987180; }
a { background-color: rgb(152,113,128); }
div.DivClassName
{
background-color: #987180;
}
.BgClassName
{
background-color: #987180;
}
</style>
border-color css
<style>
span { border-color: #987180; }
span { border-color: rgb(152,113,128); }
td.TdClassName
{
border-color: #987180;
}
.TagClassName
{
border-color: #987180;
}
</style>