Shades of Strikemaster #856679
Tints of Strikemaster #856679
RGB
CMYK
RGB Variations
Color information
#856679 (or 0x856679) is known color: Strikemaster. HEX triplet: 85, 66 and 79. RGB value is (133,102,121). Sum of RGB (Red+Green+Blue) = 133+102+121=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #856679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856679 is #7A9986. Grayscale: #717171. Windows color (decimal): -8034695 or 7956101. OLE color: 7956101.
HSL color Cylindrical-coordinate representation of color #856679: hue angle of 323.23º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856679 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 102 | 121 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.48 |
| HSL | 323.23º | 0.13% | 0.46% | - |
| HSV(B) | 323.23º | 0.23% | 0.52% | - |
| XYZ | 17.88 | 15.87 | 20.21 | - |
| YUV | 113.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 121 | 0 | 0.23 | 0.09 | 0.48 | 323.23 | 0.13 | 0.46 |
| Hex | 85 | 66 | 79 | 0 | 17 | 9 | 30 | 143 | D | 2E |
| Octal | 205 | 146 | 171 | 0 | 27 | 11 | 60 | 503 | 15 | 56 |
| Binary | 10000101 | 1100110 | 1111001 | 0 | 10111 | 1001 | 110000 | 101000011 | 1101 | 101110 |
Color Harmonies of #856679
Complementary color
Monochromatic Colors of #856679
Black with #856679
Text Example
Text Example
White with #856679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856679; }
p { color: rgb(133,102,121); }
H1.HeaderClassName
{
color: #856679;
}
.AnyTagClassName
{
color: #856679;
}
</style>
background-color css
<style>
a { background-color: #856679; }
a { background-color: rgb(133,102,121); }
div.DivClassName
{
background-color: #856679;
}
.BgClassName
{
background-color: #856679;
}
</style>
border-color css
<style>
span { border-color: #856679; }
span { border-color: rgb(133,102,121); }
td.TdClassName
{
border-color: #856679;
}
.TagClassName
{
border-color: #856679;
}
</style>