Shades of Strikemaster #855676
Tints of Strikemaster #855676
RGB
CMYK
RGB Variations
Color information
#855676 (or 0x855676) is known color: Strikemaster. HEX triplet: 85, 56 and 76. RGB value is (133,86,118). Sum of RGB (Red+Green+Blue) = 133+86+118=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #855676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855676 is #7AA989. Grayscale: #676767. Windows color (decimal): -8038794 or 7755397. OLE color: 7755397.
HSL color Cylindrical-coordinate representation of color #855676: hue angle of 319.15º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855676 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 118 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.48 |
| HSL | 319.15º | 0.21% | 0.43% | - |
| HSV(B) | 319.15º | 0.35% | 0.52% | - |
| XYZ | 16.27 | 12.95 | 18.78 | - |
| YUV | 103.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 118 | 0 | 0.35 | 0.11 | 0.48 | 319.15 | 0.21 | 0.43 |
| Hex | 85 | 56 | 76 | 0 | 23 | B | 30 | 13F | 15 | 2B |
| Octal | 205 | 126 | 166 | 0 | 43 | 13 | 60 | 477 | 25 | 53 |
| Binary | 10000101 | 1010110 | 1110110 | 0 | 100011 | 1011 | 110000 | 100111111 | 10101 | 101011 |
Color Harmonies of #855676
Complementary color
Monochromatic Colors of #855676
Black with #855676
Text Example
Text Example
White with #855676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855676; }
p { color: rgb(133,86,118); }
H1.HeaderClassName
{
color: #855676;
}
.AnyTagClassName
{
color: #855676;
}
</style>
background-color css
<style>
a { background-color: #855676; }
a { background-color: rgb(133,86,118); }
div.DivClassName
{
background-color: #855676;
}
.BgClassName
{
background-color: #855676;
}
</style>
border-color css
<style>
span { border-color: #855676; }
span { border-color: rgb(133,86,118); }
td.TdClassName
{
border-color: #855676;
}
.TagClassName
{
border-color: #855676;
}
</style>