Shades of Strikemaster #856879
Tints of Strikemaster #856879
RGB
CMYK
RGB Variations
Color information
#856879 (or 0x856879) is known color: Strikemaster. HEX triplet: 85, 68 and 79. RGB value is (133,104,121). Sum of RGB (Red+Green+Blue) = 133+104+121=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #856879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856879 is #7A9786. Grayscale: #727272. Windows color (decimal): -8034183 or 7956613. OLE color: 7956613.
HSL color Cylindrical-coordinate representation of color #856879: hue angle of 324.83º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #856879 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 121 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.48 |
| HSL | 324.83º | 0.12% | 0.46% | - |
| HSV(B) | 324.83º | 0.22% | 0.52% | - |
| XYZ | 18.07 | 16.27 | 20.28 | - |
| YUV | 114.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 121 | 0 | 0.22 | 0.09 | 0.48 | 324.83 | 0.12 | 0.46 |
| Hex | 85 | 68 | 79 | 0 | 16 | 9 | 30 | 145 | C | 2E |
| Octal | 205 | 150 | 171 | 0 | 26 | 11 | 60 | 505 | 14 | 56 |
| Binary | 10000101 | 1101000 | 1111001 | 0 | 10110 | 1001 | 110000 | 101000101 | 1100 | 101110 |
Color Harmonies of #856879
Complementary color
Monochromatic Colors of #856879
Black with #856879
Text Example
Text Example
White with #856879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856879; }
p { color: rgb(133,104,121); }
H1.HeaderClassName
{
color: #856879;
}
.AnyTagClassName
{
color: #856879;
}
</style>
background-color css
<style>
a { background-color: #856879; }
a { background-color: rgb(133,104,121); }
div.DivClassName
{
background-color: #856879;
}
.BgClassName
{
background-color: #856879;
}
</style>
border-color css
<style>
span { border-color: #856879; }
span { border-color: rgb(133,104,121); }
td.TdClassName
{
border-color: #856879;
}
.TagClassName
{
border-color: #856879;
}
</style>