Shades of Strikemaster #856076
Tints of Strikemaster #856076
RGB
CMYK
RGB Variations
Color information
#856076 (or 0x856076) is known color: Strikemaster. HEX triplet: 85, 60 and 76. RGB value is (133,96,118). Sum of RGB (Red+Green+Blue) = 133+96+118=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856076 is #7A9F89. Grayscale: #6D6D6D. Windows color (decimal): -8036234 or 7757957. OLE color: 7757957.
HSL color Cylindrical-coordinate representation of color #856076: hue angle of 324.32º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856076 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 118 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.48 |
| HSL | 324.32º | 0.16% | 0.45% | - |
| HSV(B) | 324.32º | 0.28% | 0.52% | - |
| XYZ | 17.13 | 14.66 | 19.07 | - |
| YUV | 109.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 118 | 0 | 0.28 | 0.11 | 0.48 | 324.32 | 0.16 | 0.45 |
| Hex | 85 | 60 | 76 | 0 | 1C | B | 30 | 144 | 10 | 2D |
| Octal | 205 | 140 | 166 | 0 | 34 | 13 | 60 | 504 | 20 | 55 |
| Binary | 10000101 | 1100000 | 1110110 | 0 | 11100 | 1011 | 110000 | 101000100 | 10000 | 101101 |
Color Harmonies of #856076
Complementary color
Monochromatic Colors of #856076
Black with #856076
Text Example
Text Example
White with #856076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856076; }
p { color: rgb(133,96,118); }
H1.HeaderClassName
{
color: #856076;
}
.AnyTagClassName
{
color: #856076;
}
</style>
background-color css
<style>
a { background-color: #856076; }
a { background-color: rgb(133,96,118); }
div.DivClassName
{
background-color: #856076;
}
.BgClassName
{
background-color: #856076;
}
</style>
border-color css
<style>
span { border-color: #856076; }
span { border-color: rgb(133,96,118); }
td.TdClassName
{
border-color: #856076;
}
.TagClassName
{
border-color: #856076;
}
</style>