Shades of Strikemaster #986D7B
Tints of Strikemaster #986D7B
RGB
CMYK
RGB Variations
Color information
#986D7B (or 0x986D7B) is known color: Strikemaster. HEX triplet: 98, 6D and 7B. RGB value is (152,109,123). Sum of RGB (Red+Green+Blue) = 152+109+123=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #986D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D7B is #679284. Grayscale: #7B7B7B. Windows color (decimal): -6787717 or 8088984. OLE color: 8088984.
HSL color Cylindrical-coordinate representation of color #986D7B: hue angle of 340.47º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D7B is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 123 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.40 |
| HSL | 340.47º | 0.17% | 0.51% | - |
| HSV(B) | 340.47º | 0.28% | 0.6% | - |
| XYZ | 21.99 | 19.04 | 21.26 | - |
| YUV | 123.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 123 | 0 | 0.28 | 0.19 | 0.40 | 340.47 | 0.17 | 0.51 |
| Hex | 98 | 6D | 7B | 0 | 1C | 13 | 28 | 154 | 11 | 33 |
| Octal | 230 | 155 | 173 | 0 | 34 | 23 | 50 | 524 | 21 | 63 |
| Binary | 10011000 | 1101101 | 1111011 | 0 | 11100 | 10011 | 101000 | 101010100 | 10001 | 110011 |
Color Harmonies of #986D7B
Complementary color
Monochromatic Colors of #986D7B
Black with #986D7B
Text Example
Text Example
White with #986D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D7B; }
p { color: rgb(152,109,123); }
H1.HeaderClassName
{
color: #986D7B;
}
.AnyTagClassName
{
color: #986D7B;
}
</style>
background-color css
<style>
a { background-color: #986D7B; }
a { background-color: rgb(152,109,123); }
div.DivClassName
{
background-color: #986D7B;
}
.BgClassName
{
background-color: #986D7B;
}
</style>
border-color css
<style>
span { border-color: #986D7B; }
span { border-color: rgb(152,109,123); }
td.TdClassName
{
border-color: #986D7B;
}
.TagClassName
{
border-color: #986D7B;
}
</style>