Shades of Strikemaster #985D78
Tints of Strikemaster #985D78
RGB
CMYK
RGB Variations
Color information
#985D78 (or 0x985D78) is known color: Strikemaster. HEX triplet: 98, 5D and 78. RGB value is (152,93,120). Sum of RGB (Red+Green+Blue) = 152+93+120=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #985D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D78 is #67A287. Grayscale: #717171. Windows color (decimal): -6791816 or 7888280. OLE color: 7888280.
HSL color Cylindrical-coordinate representation of color #985D78: hue angle of 332.54º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985D78 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 93 | 120 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.40 |
| HSL | 332.54º | 0.24% | 0.48% | - |
| HSV(B) | 332.54º | 0.39% | 0.6% | - |
| XYZ | 20.25 | 15.86 | 19.76 | - |
| YUV | 113.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 120 | 0 | 0.39 | 0.21 | 0.40 | 332.54 | 0.24 | 0.48 |
| Hex | 98 | 5D | 78 | 0 | 27 | 15 | 28 | 14D | 18 | 30 |
| Octal | 230 | 135 | 170 | 0 | 47 | 25 | 50 | 515 | 30 | 60 |
| Binary | 10011000 | 1011101 | 1111000 | 0 | 100111 | 10101 | 101000 | 101001101 | 11000 | 110000 |
Color Harmonies of #985D78
Complementary color
Monochromatic Colors of #985D78
Black with #985D78
Text Example
Text Example
White with #985D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985D78; }
p { color: rgb(152,93,120); }
H1.HeaderClassName
{
color: #985D78;
}
.AnyTagClassName
{
color: #985D78;
}
</style>
background-color css
<style>
a { background-color: #985D78; }
a { background-color: rgb(152,93,120); }
div.DivClassName
{
background-color: #985D78;
}
.BgClassName
{
background-color: #985D78;
}
</style>
border-color css
<style>
span { border-color: #985D78; }
span { border-color: rgb(152,93,120); }
td.TdClassName
{
border-color: #985D78;
}
.TagClassName
{
border-color: #985D78;
}
</style>