Shades of Strikemaster #846D7B
Tints of Strikemaster #846D7B
RGB
CMYK
RGB Variations
Color information
#846D7B (or 0x846D7B) is known color: Strikemaster. HEX triplet: 84, 6D and 7B. RGB value is (132,109,123). Sum of RGB (Red+Green+Blue) = 132+109+123=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #846D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D7B is #7B9284. Grayscale: #757575. Windows color (decimal): -8098437 or 8088964. OLE color: 8088964.
HSL color Cylindrical-coordinate representation of color #846D7B: hue angle of 323.48º degrees, saturation: 0.1, 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 #846D7B is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 109 | 123 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.48 |
| HSL | 323.48º | 0.1% | 0.47% | - |
| HSV(B) | 323.48º | 0.17% | 0.52% | - |
| XYZ | 18.56 | 17.27 | 21.09 | - |
| YUV | 117.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 123 | 0 | 0.17 | 0.07 | 0.48 | 323.48 | 0.1 | 0.47 |
| Hex | 84 | 6D | 7B | 0 | 11 | 7 | 30 | 143 | A | 2F |
| Octal | 204 | 155 | 173 | 0 | 21 | 7 | 60 | 503 | 12 | 57 |
| Binary | 10000100 | 1101101 | 1111011 | 0 | 10001 | 111 | 110000 | 101000011 | 1010 | 101111 |
Color Harmonies of #846D7B
Complementary color
Monochromatic Colors of #846D7B
Black with #846D7B
Text Example
Text Example
White with #846D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846D7B; }
p { color: rgb(132,109,123); }
H1.HeaderClassName
{
color: #846D7B;
}
.AnyTagClassName
{
color: #846D7B;
}
</style>
background-color css
<style>
a { background-color: #846D7B; }
a { background-color: rgb(132,109,123); }
div.DivClassName
{
background-color: #846D7B;
}
.BgClassName
{
background-color: #846D7B;
}
</style>
border-color css
<style>
span { border-color: #846D7B; }
span { border-color: rgb(132,109,123); }
td.TdClassName
{
border-color: #846D7B;
}
.TagClassName
{
border-color: #846D7B;
}
</style>