Shades of Strikemaster #846875
Tints of Strikemaster #846875
RGB
CMYK
RGB Variations
Color information
#846875 (or 0x846875) is known color: Strikemaster. HEX triplet: 84, 68 and 75. RGB value is (132,104,117). Sum of RGB (Red+Green+Blue) = 132+104+117=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #846875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846875 is #7B978A. Grayscale: #717171. Windows color (decimal): -8099723 or 7694468. OLE color: 7694468.
HSL color Cylindrical-coordinate representation of color #846875: hue angle of 332.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #846875 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 104 | 117 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.48 |
| HSL | 332.14º | 0.12% | 0.46% | - |
| HSV(B) | 332.14º | 0.21% | 0.52% | - |
| XYZ | 17.68 | 16.09 | 19 | - |
| YUV | 113.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 117 | 0 | 0.21 | 0.11 | 0.48 | 332.14 | 0.12 | 0.46 |
| Hex | 84 | 68 | 75 | 0 | 15 | B | 30 | 14C | C | 2E |
| Octal | 204 | 150 | 165 | 0 | 25 | 13 | 60 | 514 | 14 | 56 |
| Binary | 10000100 | 1101000 | 1110101 | 0 | 10101 | 1011 | 110000 | 101001100 | 1100 | 101110 |
Color Harmonies of #846875
Complementary color
Monochromatic Colors of #846875
Black with #846875
Text Example
Text Example
White with #846875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846875; }
p { color: rgb(132,104,117); }
H1.HeaderClassName
{
color: #846875;
}
.AnyTagClassName
{
color: #846875;
}
</style>
background-color css
<style>
a { background-color: #846875; }
a { background-color: rgb(132,104,117); }
div.DivClassName
{
background-color: #846875;
}
.BgClassName
{
background-color: #846875;
}
</style>
border-color css
<style>
span { border-color: #846875; }
span { border-color: rgb(132,104,117); }
td.TdClassName
{
border-color: #846875;
}
.TagClassName
{
border-color: #846875;
}
</style>