Shades of Strikemaster #846F7B
Tints of Strikemaster #846F7B
RGB
CMYK
RGB Variations
Color information
#846F7B (or 0x846F7B) is known color: Strikemaster. HEX triplet: 84, 6F and 7B. RGB value is (132,111,123). Sum of RGB (Red+Green+Blue) = 132+111+123=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #846F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F7B is #7B9084. Grayscale: #767676. Windows color (decimal): -8097925 or 8089476. OLE color: 8089476.
HSL color Cylindrical-coordinate representation of color #846F7B: hue angle of 325.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #846F7B is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 123 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.48 |
| HSL | 325.71º | 0.09% | 0.48% | - |
| HSV(B) | 325.71º | 0.16% | 0.52% | - |
| XYZ | 18.78 | 17.7 | 21.17 | - |
| YUV | 118.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 123 | 0 | 0.16 | 0.07 | 0.48 | 325.71 | 0.09 | 0.48 |
| Hex | 84 | 6F | 7B | 0 | 10 | 7 | 30 | 146 | 9 | 30 |
| Octal | 204 | 157 | 173 | 0 | 20 | 7 | 60 | 506 | 11 | 60 |
| Binary | 10000100 | 1101111 | 1111011 | 0 | 10000 | 111 | 110000 | 101000110 | 1001 | 110000 |
Color Harmonies of #846F7B
Complementary color
Monochromatic Colors of #846F7B
Black with #846F7B
Text Example
Text Example
White with #846F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F7B; }
p { color: rgb(132,111,123); }
H1.HeaderClassName
{
color: #846F7B;
}
.AnyTagClassName
{
color: #846F7B;
}
</style>
background-color css
<style>
a { background-color: #846F7B; }
a { background-color: rgb(132,111,123); }
div.DivClassName
{
background-color: #846F7B;
}
.BgClassName
{
background-color: #846F7B;
}
</style>
border-color css
<style>
span { border-color: #846F7B; }
span { border-color: rgb(132,111,123); }
td.TdClassName
{
border-color: #846F7B;
}
.TagClassName
{
border-color: #846F7B;
}
</style>