Shades of Strikemaster #845876
Tints of Strikemaster #845876
RGB
CMYK
RGB Variations
Color information
#845876 (or 0x845876) is known color: Strikemaster. HEX triplet: 84, 58 and 76. RGB value is (132,88,118). Sum of RGB (Red+Green+Blue) = 132+88+118=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #845876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845876 is #7BA789. Grayscale: #686868. Windows color (decimal): -8103818 or 7755908. OLE color: 7755908.
HSL color Cylindrical-coordinate representation of color #845876: hue angle of 319.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845876 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 118 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.48 |
| HSL | 319.09º | 0.2% | 0.43% | - |
| HSV(B) | 319.09º | 0.33% | 0.52% | - |
| XYZ | 16.28 | 13.19 | 18.83 | - |
| YUV | 104.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 118 | 0 | 0.33 | 0.11 | 0.48 | 319.09 | 0.2 | 0.43 |
| Hex | 84 | 58 | 76 | 0 | 21 | B | 30 | 13F | 14 | 2B |
| Octal | 204 | 130 | 166 | 0 | 41 | 13 | 60 | 477 | 24 | 53 |
| Binary | 10000100 | 1011000 | 1110110 | 0 | 100001 | 1011 | 110000 | 100111111 | 10100 | 101011 |
Color Harmonies of #845876
Complementary color
Monochromatic Colors of #845876
Black with #845876
Text Example
Text Example
White with #845876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845876; }
p { color: rgb(132,88,118); }
H1.HeaderClassName
{
color: #845876;
}
.AnyTagClassName
{
color: #845876;
}
</style>
background-color css
<style>
a { background-color: #845876; }
a { background-color: rgb(132,88,118); }
div.DivClassName
{
background-color: #845876;
}
.BgClassName
{
background-color: #845876;
}
</style>
border-color css
<style>
span { border-color: #845876; }
span { border-color: rgb(132,88,118); }
td.TdClassName
{
border-color: #845876;
}
.TagClassName
{
border-color: #845876;
}
</style>