Shades of Strikemaster #856875
Tints of Strikemaster #856875
RGB
CMYK
RGB Variations
Color information
#856875 (or 0x856875) is known color: Strikemaster. HEX triplet: 85, 68 and 75. RGB value is (133,104,117). Sum of RGB (Red+Green+Blue) = 133+104+117=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856875 is #7A978A. Grayscale: #727272. Windows color (decimal): -8034187 or 7694469. OLE color: 7694469.
HSL color Cylindrical-coordinate representation of color #856875: hue angle of 333.1º 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 #856875 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 117 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.48 |
| HSL | 333.1º | 0.12% | 0.46% | - |
| HSV(B) | 333.1º | 0.22% | 0.52% | - |
| XYZ | 17.83 | 16.17 | 19.01 | - |
| YUV | 114.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 117 | 0 | 0.22 | 0.12 | 0.48 | 333.1 | 0.12 | 0.46 |
| Hex | 85 | 68 | 75 | 0 | 16 | C | 30 | 14D | C | 2E |
| Octal | 205 | 150 | 165 | 0 | 26 | 14 | 60 | 515 | 14 | 56 |
| Binary | 10000101 | 1101000 | 1110101 | 0 | 10110 | 1100 | 110000 | 101001101 | 1100 | 101110 |
Color Harmonies of #856875
Complementary color
Monochromatic Colors of #856875
Black with #856875
Text Example
Text Example
White with #856875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856875; }
p { color: rgb(133,104,117); }
H1.HeaderClassName
{
color: #856875;
}
.AnyTagClassName
{
color: #856875;
}
</style>
background-color css
<style>
a { background-color: #856875; }
a { background-color: rgb(133,104,117); }
div.DivClassName
{
background-color: #856875;
}
.BgClassName
{
background-color: #856875;
}
</style>
border-color css
<style>
span { border-color: #856875; }
span { border-color: rgb(133,104,117); }
td.TdClassName
{
border-color: #856875;
}
.TagClassName
{
border-color: #856875;
}
</style>