Shades of Strikemaster #855B76
Tints of Strikemaster #855B76
RGB
CMYK
RGB Variations
Color information
#855B76 (or 0x855B76) is known color: Strikemaster. HEX triplet: 85, 5B and 76. RGB value is (133,91,118). Sum of RGB (Red+Green+Blue) = 133+91+118=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #855B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B76 is #7AA489. Grayscale: #6A6A6A. Windows color (decimal): -8037514 or 7756677. OLE color: 7756677.
HSL color Cylindrical-coordinate representation of color #855B76: hue angle of 321.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855B76 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 118 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.48 |
| HSL | 321.43º | 0.19% | 0.44% | - |
| HSV(B) | 321.43º | 0.32% | 0.52% | - |
| XYZ | 16.68 | 13.78 | 18.92 | - |
| YUV | 106.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 118 | 0 | 0.32 | 0.11 | 0.48 | 321.43 | 0.19 | 0.44 |
| Hex | 85 | 5B | 76 | 0 | 20 | B | 30 | 141 | 13 | 2C |
| Octal | 205 | 133 | 166 | 0 | 40 | 13 | 60 | 501 | 23 | 54 |
| Binary | 10000101 | 1011011 | 1110110 | 0 | 100000 | 1011 | 110000 | 101000001 | 10011 | 101100 |
Color Harmonies of #855B76
Complementary color
Monochromatic Colors of #855B76
Black with #855B76
Text Example
Text Example
White with #855B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B76; }
p { color: rgb(133,91,118); }
H1.HeaderClassName
{
color: #855B76;
}
.AnyTagClassName
{
color: #855B76;
}
</style>
background-color css
<style>
a { background-color: #855B76; }
a { background-color: rgb(133,91,118); }
div.DivClassName
{
background-color: #855B76;
}
.BgClassName
{
background-color: #855B76;
}
</style>
border-color css
<style>
span { border-color: #855B76; }
span { border-color: rgb(133,91,118); }
td.TdClassName
{
border-color: #855B76;
}
.TagClassName
{
border-color: #855B76;
}
</style>