Shades of Strikemaster #986B7B
Tints of Strikemaster #986B7B
RGB
CMYK
RGB Variations
Color information
#986B7B (or 0x986B7B) is known color: Strikemaster. HEX triplet: 98, 6B and 7B. RGB value is (152,107,123). Sum of RGB (Red+Green+Blue) = 152+107+123=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #986B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B7B is #679484. Grayscale: #7A7A7A. Windows color (decimal): -6788229 or 8088472. OLE color: 8088472.
HSL color Cylindrical-coordinate representation of color #986B7B: hue angle of 338.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986B7B is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 107 | 123 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.40 |
| HSL | 338.67º | 0.18% | 0.51% | - |
| HSV(B) | 338.67º | 0.3% | 0.6% | - |
| XYZ | 21.78 | 18.62 | 21.19 | - |
| YUV | 122.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 123 | 0 | 0.30 | 0.19 | 0.40 | 338.67 | 0.18 | 0.51 |
| Hex | 98 | 6B | 7B | 0 | 1E | 13 | 28 | 153 | 12 | 33 |
| Octal | 230 | 153 | 173 | 0 | 36 | 23 | 50 | 523 | 22 | 63 |
| Binary | 10011000 | 1101011 | 1111011 | 0 | 11110 | 10011 | 101000 | 101010011 | 10010 | 110011 |
Color Harmonies of #986B7B
Complementary color
Monochromatic Colors of #986B7B
Black with #986B7B
Text Example
Text Example
White with #986B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986B7B; }
p { color: rgb(152,107,123); }
H1.HeaderClassName
{
color: #986B7B;
}
.AnyTagClassName
{
color: #986B7B;
}
</style>
background-color css
<style>
a { background-color: #986B7B; }
a { background-color: rgb(152,107,123); }
div.DivClassName
{
background-color: #986B7B;
}
.BgClassName
{
background-color: #986B7B;
}
</style>
border-color css
<style>
span { border-color: #986B7B; }
span { border-color: rgb(152,107,123); }
td.TdClassName
{
border-color: #986B7B;
}
.TagClassName
{
border-color: #986B7B;
}
</style>