Shades of Strikemaster #846975
Tints of Strikemaster #846975
RGB
CMYK
RGB Variations
Color information
#846975 (or 0x846975) is known color: Strikemaster. HEX triplet: 84, 69 and 75. RGB value is (132,105,117). Sum of RGB (Red+Green+Blue) = 132+105+117=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846975 is #7B968A. Grayscale: #727272. Windows color (decimal): -8099467 or 7694724. OLE color: 7694724.
HSL color Cylindrical-coordinate representation of color #846975: hue angle of 333.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846975 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 117 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.48 |
| HSL | 333.33º | 0.11% | 0.46% | - |
| HSV(B) | 333.33º | 0.2% | 0.52% | - |
| XYZ | 17.78 | 16.29 | 19.04 | - |
| YUV | 114.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 117 | 0 | 0.20 | 0.11 | 0.48 | 333.33 | 0.11 | 0.46 |
| Hex | 84 | 69 | 75 | 0 | 14 | B | 30 | 14D | B | 2E |
| Octal | 204 | 151 | 165 | 0 | 24 | 13 | 60 | 515 | 13 | 56 |
| Binary | 10000100 | 1101001 | 1110101 | 0 | 10100 | 1011 | 110000 | 101001101 | 1011 | 101110 |
Color Harmonies of #846975
Complementary color
Monochromatic Colors of #846975
Black with #846975
Text Example
Text Example
White with #846975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846975; }
p { color: rgb(132,105,117); }
H1.HeaderClassName
{
color: #846975;
}
.AnyTagClassName
{
color: #846975;
}
</style>
background-color css
<style>
a { background-color: #846975; }
a { background-color: rgb(132,105,117); }
div.DivClassName
{
background-color: #846975;
}
.BgClassName
{
background-color: #846975;
}
</style>
border-color css
<style>
span { border-color: #846975; }
span { border-color: rgb(132,105,117); }
td.TdClassName
{
border-color: #846975;
}
.TagClassName
{
border-color: #846975;
}
</style>