Shades of Strikemaster #846E7B
Tints of Strikemaster #846E7B
RGB
CMYK
RGB Variations
Color information
#846E7B (or 0x846E7B) is known color: Strikemaster. HEX triplet: 84, 6E and 7B. RGB value is (132,110,123). Sum of RGB (Red+Green+Blue) = 132+110+123=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #846E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E7B is #7B9184. Grayscale: #767676. Windows color (decimal): -8098181 or 8089220. OLE color: 8089220.
HSL color Cylindrical-coordinate representation of color #846E7B: hue angle of 324.55º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846E7B is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 123 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.48 |
| HSL | 324.55º | 0.09% | 0.47% | - |
| HSV(B) | 324.55º | 0.17% | 0.52% | - |
| XYZ | 18.67 | 17.49 | 21.13 | - |
| YUV | 118.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 123 | 0 | 0.17 | 0.07 | 0.48 | 324.55 | 0.09 | 0.47 |
| Hex | 84 | 6E | 7B | 0 | 11 | 7 | 30 | 145 | 9 | 2F |
| Octal | 204 | 156 | 173 | 0 | 21 | 7 | 60 | 505 | 11 | 57 |
| Binary | 10000100 | 1101110 | 1111011 | 0 | 10001 | 111 | 110000 | 101000101 | 1001 | 101111 |
Color Harmonies of #846E7B
Complementary color
Monochromatic Colors of #846E7B
Black with #846E7B
Text Example
Text Example
White with #846E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E7B; }
p { color: rgb(132,110,123); }
H1.HeaderClassName
{
color: #846E7B;
}
.AnyTagClassName
{
color: #846E7B;
}
</style>
background-color css
<style>
a { background-color: #846E7B; }
a { background-color: rgb(132,110,123); }
div.DivClassName
{
background-color: #846E7B;
}
.BgClassName
{
background-color: #846E7B;
}
</style>
border-color css
<style>
span { border-color: #846E7B; }
span { border-color: rgb(132,110,123); }
td.TdClassName
{
border-color: #846E7B;
}
.TagClassName
{
border-color: #846E7B;
}
</style>