Shades of Strikemaster #986C7B
Tints of Strikemaster #986C7B
RGB
CMYK
RGB Variations
Color information
#986C7B (or 0x986C7B) is known color: Strikemaster. HEX triplet: 98, 6C and 7B. RGB value is (152,108,123). Sum of RGB (Red+Green+Blue) = 152+108+123=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #986C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C7B is #679384. Grayscale: #7A7A7A. Windows color (decimal): -6787973 or 8088728. OLE color: 8088728.
HSL color Cylindrical-coordinate representation of color #986C7B: hue angle of 339.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986C7B is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 123 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.40 |
| HSL | 339.55º | 0.18% | 0.51% | - |
| HSV(B) | 339.55º | 0.29% | 0.6% | - |
| XYZ | 21.89 | 18.83 | 21.22 | - |
| YUV | 122.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 123 | 0 | 0.29 | 0.19 | 0.40 | 339.55 | 0.18 | 0.51 |
| Hex | 98 | 6C | 7B | 0 | 1D | 13 | 28 | 154 | 12 | 33 |
| Octal | 230 | 154 | 173 | 0 | 35 | 23 | 50 | 524 | 22 | 63 |
| Binary | 10011000 | 1101100 | 1111011 | 0 | 11101 | 10011 | 101000 | 101010100 | 10010 | 110011 |
Color Harmonies of #986C7B
Complementary color
Monochromatic Colors of #986C7B
Black with #986C7B
Text Example
Text Example
White with #986C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C7B; }
p { color: rgb(152,108,123); }
H1.HeaderClassName
{
color: #986C7B;
}
.AnyTagClassName
{
color: #986C7B;
}
</style>
background-color css
<style>
a { background-color: #986C7B; }
a { background-color: rgb(152,108,123); }
div.DivClassName
{
background-color: #986C7B;
}
.BgClassName
{
background-color: #986C7B;
}
</style>
border-color css
<style>
span { border-color: #986C7B; }
span { border-color: rgb(152,108,123); }
td.TdClassName
{
border-color: #986C7B;
}
.TagClassName
{
border-color: #986C7B;
}
</style>