Shades of Strikemaster #845C73
Tints of Strikemaster #845C73
RGB
CMYK
RGB Variations
Color information
#845C73 (or 0x845C73) is known color: Strikemaster. HEX triplet: 84, 5C and 73. RGB value is (132,92,115). Sum of RGB (Red+Green+Blue) = 132+92+115=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #845C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C73 is #7BA38C. Grayscale: #6A6A6A. Windows color (decimal): -8102797 or 7560324. OLE color: 7560324.
HSL color Cylindrical-coordinate representation of color #845C73: hue angle of 325.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845C73 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 115 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.48 |
| HSL | 325.5º | 0.18% | 0.44% | - |
| HSV(B) | 325.5º | 0.3% | 0.52% | - |
| XYZ | 16.44 | 13.8 | 18.02 | - |
| YUV | 106.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 115 | 0 | 0.30 | 0.13 | 0.48 | 325.5 | 0.18 | 0.44 |
| Hex | 84 | 5C | 73 | 0 | 1E | D | 30 | 146 | 12 | 2C |
| Octal | 204 | 134 | 163 | 0 | 36 | 15 | 60 | 506 | 22 | 54 |
| Binary | 10000100 | 1011100 | 1110011 | 0 | 11110 | 1101 | 110000 | 101000110 | 10010 | 101100 |
Color Harmonies of #845C73
Complementary color
Monochromatic Colors of #845C73
Black with #845C73
Text Example
Text Example
White with #845C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C73; }
p { color: rgb(132,92,115); }
H1.HeaderClassName
{
color: #845C73;
}
.AnyTagClassName
{
color: #845C73;
}
</style>
background-color css
<style>
a { background-color: #845C73; }
a { background-color: rgb(132,92,115); }
div.DivClassName
{
background-color: #845C73;
}
.BgClassName
{
background-color: #845C73;
}
</style>
border-color css
<style>
span { border-color: #845C73; }
span { border-color: rgb(132,92,115); }
td.TdClassName
{
border-color: #845C73;
}
.TagClassName
{
border-color: #845C73;
}
</style>