Shades of Strikemaster #845C72
Tints of Strikemaster #845C72
RGB
CMYK
RGB Variations
Color information
#845C72 (or 0x845C72) is known color: Strikemaster. HEX triplet: 84, 5C and 72. RGB value is (132,92,114). Sum of RGB (Red+Green+Blue) = 132+92+114=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #845C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C72 is #7BA38D. Grayscale: #6A6A6A. Windows color (decimal): -8102798 or 7494788. OLE color: 7494788.
HSL color Cylindrical-coordinate representation of color #845C72: hue angle of 327º 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 #845C72 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 114 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.48 |
| HSL | 327º | 0.18% | 0.44% | - |
| HSV(B) | 327º | 0.3% | 0.52% | - |
| XYZ | 16.38 | 13.77 | 17.72 | - |
| YUV | 106.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 114 | 0 | 0.30 | 0.14 | 0.48 | 327 | 0.18 | 0.44 |
| Hex | 84 | 5C | 72 | 0 | 1E | E | 30 | 147 | 12 | 2C |
| Octal | 204 | 134 | 162 | 0 | 36 | 16 | 60 | 507 | 22 | 54 |
| Binary | 10000100 | 1011100 | 1110010 | 0 | 11110 | 1110 | 110000 | 101000111 | 10010 | 101100 |
Color Harmonies of #845C72
Complementary color
Monochromatic Colors of #845C72
Black with #845C72
Text Example
Text Example
White with #845C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C72; }
p { color: rgb(132,92,114); }
H1.HeaderClassName
{
color: #845C72;
}
.AnyTagClassName
{
color: #845C72;
}
</style>
background-color css
<style>
a { background-color: #845C72; }
a { background-color: rgb(132,92,114); }
div.DivClassName
{
background-color: #845C72;
}
.BgClassName
{
background-color: #845C72;
}
</style>
border-color css
<style>
span { border-color: #845C72; }
span { border-color: rgb(132,92,114); }
td.TdClassName
{
border-color: #845C72;
}
.TagClassName
{
border-color: #845C72;
}
</style>