Shades of Strikemaster #98677A
Tints of Strikemaster #98677A
RGB
CMYK
RGB Variations
Color information
#98677A (or 0x98677A) is known color: Strikemaster. HEX triplet: 98, 67 and 7A. RGB value is (152,103,122). Sum of RGB (Red+Green+Blue) = 152+103+122=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98677A is #679885. Grayscale: #777777. Windows color (decimal): -6789254 or 8021912. OLE color: 8021912.
HSL color Cylindrical-coordinate representation of color #98677A: hue angle of 336.73º 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 #98677A is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 122 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.40 |
| HSL | 336.73º | 0.19% | 0.5% | - |
| HSV(B) | 336.73º | 0.32% | 0.6% | - |
| XYZ | 21.31 | 17.78 | 20.72 | - |
| YUV | 119.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 122 | 0 | 0.32 | 0.20 | 0.40 | 336.73 | 0.19 | 0.5 |
| Hex | 98 | 67 | 7A | 0 | 20 | 14 | 28 | 151 | 13 | 32 |
| Octal | 230 | 147 | 172 | 0 | 40 | 24 | 50 | 521 | 23 | 62 |
| Binary | 10011000 | 1100111 | 1111010 | 0 | 100000 | 10100 | 101000 | 101010001 | 10011 | 110010 |
Color Harmonies of #98677A
Complementary color
Monochromatic Colors of #98677A
Black with #98677A
Text Example
Text Example
White with #98677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98677A; }
p { color: rgb(152,103,122); }
H1.HeaderClassName
{
color: #98677A;
}
.AnyTagClassName
{
color: #98677A;
}
</style>
background-color css
<style>
a { background-color: #98677A; }
a { background-color: rgb(152,103,122); }
div.DivClassName
{
background-color: #98677A;
}
.BgClassName
{
background-color: #98677A;
}
</style>
border-color css
<style>
span { border-color: #98677A; }
span { border-color: rgb(152,103,122); }
td.TdClassName
{
border-color: #98677A;
}
.TagClassName
{
border-color: #98677A;
}
</style>