Shades of Strikemaster #856F7A
Tints of Strikemaster #856F7A
RGB
CMYK
RGB Variations
Color information
#856F7A (or 0x856F7A) is known color: Strikemaster. HEX triplet: 85, 6F and 7A. RGB value is (133,111,122). Sum of RGB (Red+Green+Blue) = 133+111+122=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #856F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F7A is #7A9085. Grayscale: #767676. Windows color (decimal): -8032390 or 8023941. OLE color: 8023941.
HSL color Cylindrical-coordinate representation of color #856F7A: hue angle of 330º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #856F7A is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 122 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.48 |
| HSL | 330º | 0.09% | 0.48% | - |
| HSV(B) | 330º | 0.17% | 0.52% | - |
| XYZ | 18.87 | 17.76 | 20.85 | - |
| YUV | 118.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 122 | 0 | 0.17 | 0.08 | 0.48 | 330 | 0.09 | 0.48 |
| Hex | 85 | 6F | 7A | 0 | 11 | 8 | 30 | 14A | 9 | 30 |
| Octal | 205 | 157 | 172 | 0 | 21 | 10 | 60 | 512 | 11 | 60 |
| Binary | 10000101 | 1101111 | 1111010 | 0 | 10001 | 1000 | 110000 | 101001010 | 1001 | 110000 |
Color Harmonies of #856F7A
Complementary color
Monochromatic Colors of #856F7A
Black with #856F7A
Text Example
Text Example
White with #856F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F7A; }
p { color: rgb(133,111,122); }
H1.HeaderClassName
{
color: #856F7A;
}
.AnyTagClassName
{
color: #856F7A;
}
</style>
background-color css
<style>
a { background-color: #856F7A; }
a { background-color: rgb(133,111,122); }
div.DivClassName
{
background-color: #856F7A;
}
.BgClassName
{
background-color: #856F7A;
}
</style>
border-color css
<style>
span { border-color: #856F7A; }
span { border-color: rgb(133,111,122); }
td.TdClassName
{
border-color: #856F7A;
}
.TagClassName
{
border-color: #856F7A;
}
</style>