Shades of Strikemaster #98677B
Tints of Strikemaster #98677B
RGB
CMYK
RGB Variations
Color information
#98677B (or 0x98677B) is known color: Strikemaster. HEX triplet: 98, 67 and 7B. RGB value is (152,103,123). Sum of RGB (Red+Green+Blue) = 152+103+123=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98677B is #679884. Grayscale: #777777. Windows color (decimal): -6789253 or 8087448. OLE color: 8087448.
HSL color Cylindrical-coordinate representation of color #98677B: hue angle of 335.51º 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 #98677B is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 123 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.40 |
| HSL | 335.51º | 0.19% | 0.5% | - |
| HSV(B) | 335.51º | 0.32% | 0.6% | - |
| XYZ | 21.37 | 17.81 | 21.05 | - |
| YUV | 119.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 123 | 0 | 0.32 | 0.19 | 0.40 | 335.51 | 0.19 | 0.5 |
| Hex | 98 | 67 | 7B | 0 | 20 | 13 | 28 | 150 | 13 | 32 |
| Octal | 230 | 147 | 173 | 0 | 40 | 23 | 50 | 520 | 23 | 62 |
| Binary | 10011000 | 1100111 | 1111011 | 0 | 100000 | 10011 | 101000 | 101010000 | 10011 | 110010 |
Color Harmonies of #98677B
Complementary color
Monochromatic Colors of #98677B
Black with #98677B
Text Example
Text Example
White with #98677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98677B; }
p { color: rgb(152,103,123); }
H1.HeaderClassName
{
color: #98677B;
}
.AnyTagClassName
{
color: #98677B;
}
</style>
background-color css
<style>
a { background-color: #98677B; }
a { background-color: rgb(152,103,123); }
div.DivClassName
{
background-color: #98677B;
}
.BgClassName
{
background-color: #98677B;
}
</style>
border-color css
<style>
span { border-color: #98677B; }
span { border-color: rgb(152,103,123); }
td.TdClassName
{
border-color: #98677B;
}
.TagClassName
{
border-color: #98677B;
}
</style>