Shades of Strikemaster #875978
Tints of Strikemaster #875978
RGB
CMYK
RGB Variations
Color information
#875978 (or 0x875978) is known color: Strikemaster. HEX triplet: 87, 59 and 78. RGB value is (135,89,120). Sum of RGB (Red+Green+Blue) = 135+89+120=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #875978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875978 is #78A687. Grayscale: #6A6A6A. Windows color (decimal): -7906952 or 7887239. OLE color: 7887239.
HSL color Cylindrical-coordinate representation of color #875978: hue angle of 319.57º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875978 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 120 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.47 |
| HSL | 319.57º | 0.21% | 0.44% | - |
| HSV(B) | 319.57º | 0.34% | 0.53% | - |
| XYZ | 16.95 | 13.65 | 19.51 | - |
| YUV | 106.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 120 | 0 | 0.34 | 0.11 | 0.47 | 319.57 | 0.21 | 0.44 |
| Hex | 87 | 59 | 78 | 0 | 22 | B | 2F | 140 | 15 | 2C |
| Octal | 207 | 131 | 170 | 0 | 42 | 13 | 57 | 500 | 25 | 54 |
| Binary | 10000111 | 1011001 | 1111000 | 0 | 100010 | 1011 | 101111 | 101000000 | 10101 | 101100 |
Color Harmonies of #875978
Complementary color
Monochromatic Colors of #875978
Black with #875978
Text Example
Text Example
White with #875978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875978; }
p { color: rgb(135,89,120); }
H1.HeaderClassName
{
color: #875978;
}
.AnyTagClassName
{
color: #875978;
}
</style>
background-color css
<style>
a { background-color: #875978; }
a { background-color: rgb(135,89,120); }
div.DivClassName
{
background-color: #875978;
}
.BgClassName
{
background-color: #875978;
}
</style>
border-color css
<style>
span { border-color: #875978; }
span { border-color: rgb(135,89,120); }
td.TdClassName
{
border-color: #875978;
}
.TagClassName
{
border-color: #875978;
}
</style>