Shades of Strikemaster #845D72
Tints of Strikemaster #845D72
RGB
CMYK
RGB Variations
Color information
#845D72 (or 0x845D72) is known color: Strikemaster. HEX triplet: 84, 5D and 72. RGB value is (132,93,114). Sum of RGB (Red+Green+Blue) = 132+93+114=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #845D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D72 is #7BA28D. Grayscale: #6B6B6B. Windows color (decimal): -8102542 or 7495044. OLE color: 7495044.
HSL color Cylindrical-coordinate representation of color #845D72: hue angle of 327.69º degrees, saturation: 0.17, 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 #845D72 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 114 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.48 |
| HSL | 327.69º | 0.17% | 0.44% | - |
| HSV(B) | 327.69º | 0.3% | 0.52% | - |
| XYZ | 16.47 | 13.95 | 17.74 | - |
| YUV | 107.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 114 | 0 | 0.30 | 0.14 | 0.48 | 327.69 | 0.17 | 0.44 |
| Hex | 84 | 5D | 72 | 0 | 1E | E | 30 | 148 | 11 | 2C |
| Octal | 204 | 135 | 162 | 0 | 36 | 16 | 60 | 510 | 21 | 54 |
| Binary | 10000100 | 1011101 | 1110010 | 0 | 11110 | 1110 | 110000 | 101001000 | 10001 | 101100 |
Color Harmonies of #845D72
Complementary color
Monochromatic Colors of #845D72
Black with #845D72
Text Example
Text Example
White with #845D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D72; }
p { color: rgb(132,93,114); }
H1.HeaderClassName
{
color: #845D72;
}
.AnyTagClassName
{
color: #845D72;
}
</style>
background-color css
<style>
a { background-color: #845D72; }
a { background-color: rgb(132,93,114); }
div.DivClassName
{
background-color: #845D72;
}
.BgClassName
{
background-color: #845D72;
}
</style>
border-color css
<style>
span { border-color: #845D72; }
span { border-color: rgb(132,93,114); }
td.TdClassName
{
border-color: #845D72;
}
.TagClassName
{
border-color: #845D72;
}
</style>