Shades of Strikemaster #84717B
Tints of Strikemaster #84717B
RGB
CMYK
RGB Variations
Color information
#84717B (or 0x84717B) is known color: Strikemaster. HEX triplet: 84, 71 and 7B. RGB value is (132,113,123). Sum of RGB (Red+Green+Blue) = 132+113+123=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #84717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84717B is #7B8E84. Grayscale: #777777. Windows color (decimal): -8097413 or 8089988. OLE color: 8089988.
HSL color Cylindrical-coordinate representation of color #84717B: hue angle of 328.42º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84717B is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 113 | 123 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.48 |
| HSL | 328.42º | 0.08% | 0.48% | - |
| HSV(B) | 328.42º | 0.14% | 0.52% | - |
| XYZ | 19 | 18.15 | 21.24 | - |
| YUV | 119.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 123 | 0 | 0.14 | 0.07 | 0.48 | 328.42 | 0.08 | 0.48 |
| Hex | 84 | 71 | 7B | 0 | E | 7 | 30 | 148 | 8 | 30 |
| Octal | 204 | 161 | 173 | 0 | 16 | 7 | 60 | 510 | 10 | 60 |
| Binary | 10000100 | 1110001 | 1111011 | 0 | 1110 | 111 | 110000 | 101001000 | 1000 | 110000 |
Color Harmonies of #84717B
Complementary color
Monochromatic Colors of #84717B
Black with #84717B
Text Example
Text Example
White with #84717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84717B; }
p { color: rgb(132,113,123); }
H1.HeaderClassName
{
color: #84717B;
}
.AnyTagClassName
{
color: #84717B;
}
</style>
background-color css
<style>
a { background-color: #84717B; }
a { background-color: rgb(132,113,123); }
div.DivClassName
{
background-color: #84717B;
}
.BgClassName
{
background-color: #84717B;
}
</style>
border-color css
<style>
span { border-color: #84717B; }
span { border-color: rgb(132,113,123); }
td.TdClassName
{
border-color: #84717B;
}
.TagClassName
{
border-color: #84717B;
}
</style>