Shades of Strikemaster #98677F
Tints of Strikemaster #98677F
RGB
CMYK
RGB Variations
Color information
#98677F (or 0x98677F) is known color: Strikemaster. HEX triplet: 98, 67 and 7F. RGB value is (152,103,127). Sum of RGB (Red+Green+Blue) = 152+103+127=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #98677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98677F is #679880. Grayscale: #787878. Windows color (decimal): -6789249 or 8349592. OLE color: 8349592.
HSL color Cylindrical-coordinate representation of color #98677F: hue angle of 330.61º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98677F is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 127 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.40 |
| HSL | 330.61º | 0.19% | 0.5% | - |
| HSV(B) | 330.61º | 0.32% | 0.6% | - |
| XYZ | 21.63 | 17.91 | 22.4 | - |
| YUV | 120.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 127 | 0 | 0.32 | 0.16 | 0.40 | 330.61 | 0.19 | 0.5 |
| Hex | 98 | 67 | 7F | 0 | 20 | 10 | 28 | 14B | 13 | 32 |
| Octal | 230 | 147 | 177 | 0 | 40 | 20 | 50 | 513 | 23 | 62 |
| Binary | 10011000 | 1100111 | 1111111 | 0 | 100000 | 10000 | 101000 | 101001011 | 10011 | 110010 |
Color Harmonies of #98677F
Complementary color
Monochromatic Colors of #98677F
Black with #98677F
Text Example
Text Example
White with #98677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98677F; }
p { color: rgb(152,103,127); }
H1.HeaderClassName
{
color: #98677F;
}
.AnyTagClassName
{
color: #98677F;
}
</style>
background-color css
<style>
a { background-color: #98677F; }
a { background-color: rgb(152,103,127); }
div.DivClassName
{
background-color: #98677F;
}
.BgClassName
{
background-color: #98677F;
}
</style>
border-color css
<style>
span { border-color: #98677F; }
span { border-color: rgb(152,103,127); }
td.TdClassName
{
border-color: #98677F;
}
.TagClassName
{
border-color: #98677F;
}
</style>