Shades of Strikemaster #84737C
Tints of Strikemaster #84737C
RGB
CMYK
RGB Variations
Color information
#84737C (or 0x84737C) is known color: Strikemaster. HEX triplet: 84, 73 and 7C. RGB value is (132,115,124). Sum of RGB (Red+Green+Blue) = 132+115+124=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84737C is #7B8C83. Grayscale: #797979. Windows color (decimal): -8096900 or 8156036. OLE color: 8156036.
HSL color Cylindrical-coordinate representation of color #84737C: hue angle of 328.24º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #84737C is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 115 | 124 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.48 |
| HSL | 328.24º | 0.07% | 0.48% | - |
| HSV(B) | 328.24º | 0.13% | 0.52% | - |
| XYZ | 19.28 | 18.62 | 21.65 | - |
| YUV | 121.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 124 | 0 | 0.13 | 0.06 | 0.48 | 328.24 | 0.07 | 0.48 |
| Hex | 84 | 73 | 7C | 0 | D | 6 | 30 | 148 | 7 | 30 |
| Octal | 204 | 163 | 174 | 0 | 15 | 6 | 60 | 510 | 7 | 60 |
| Binary | 10000100 | 1110011 | 1111100 | 0 | 1101 | 110 | 110000 | 101001000 | 111 | 110000 |
Color Harmonies of #84737C
Complementary color
Monochromatic Colors of #84737C
Black with #84737C
Text Example
Text Example
White with #84737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84737C; }
p { color: rgb(132,115,124); }
H1.HeaderClassName
{
color: #84737C;
}
.AnyTagClassName
{
color: #84737C;
}
</style>
background-color css
<style>
a { background-color: #84737C; }
a { background-color: rgb(132,115,124); }
div.DivClassName
{
background-color: #84737C;
}
.BgClassName
{
background-color: #84737C;
}
</style>
border-color css
<style>
span { border-color: #84737C; }
span { border-color: rgb(132,115,124); }
td.TdClassName
{
border-color: #84737C;
}
.TagClassName
{
border-color: #84737C;
}
</style>