Shades of Strikemaster #846C7A
Tints of Strikemaster #846C7A
RGB
CMYK
RGB Variations
Color information
#846C7A (or 0x846C7A) is known color: Strikemaster. HEX triplet: 84, 6C and 7A. RGB value is (132,108,122). Sum of RGB (Red+Green+Blue) = 132+108+122=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #846C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C7A is #7B9385. Grayscale: #747474. Windows color (decimal): -8098694 or 8023172. OLE color: 8023172.
HSL color Cylindrical-coordinate representation of color #846C7A: hue angle of 325º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #846C7A is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 122 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.48 |
| HSL | 325º | 0.1% | 0.47% | - |
| HSV(B) | 325º | 0.18% | 0.52% | - |
| XYZ | 18.39 | 17.04 | 20.73 | - |
| YUV | 116.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 122 | 0 | 0.18 | 0.08 | 0.48 | 325 | 0.1 | 0.47 |
| Hex | 84 | 6C | 7A | 0 | 12 | 8 | 30 | 145 | A | 2F |
| Octal | 204 | 154 | 172 | 0 | 22 | 10 | 60 | 505 | 12 | 57 |
| Binary | 10000100 | 1101100 | 1111010 | 0 | 10010 | 1000 | 110000 | 101000101 | 1010 | 101111 |
Color Harmonies of #846C7A
Complementary color
Monochromatic Colors of #846C7A
Black with #846C7A
Text Example
Text Example
White with #846C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C7A; }
p { color: rgb(132,108,122); }
H1.HeaderClassName
{
color: #846C7A;
}
.AnyTagClassName
{
color: #846C7A;
}
</style>
background-color css
<style>
a { background-color: #846C7A; }
a { background-color: rgb(132,108,122); }
div.DivClassName
{
background-color: #846C7A;
}
.BgClassName
{
background-color: #846C7A;
}
</style>
border-color css
<style>
span { border-color: #846C7A; }
span { border-color: rgb(132,108,122); }
td.TdClassName
{
border-color: #846C7A;
}
.TagClassName
{
border-color: #846C7A;
}
</style>