Shades of Strikemaster #846A76
Tints of Strikemaster #846A76
RGB
CMYK
RGB Variations
Color information
#846A76 (or 0x846A76) is known color: Strikemaster. HEX triplet: 84, 6A and 76. RGB value is (132,106,118). Sum of RGB (Red+Green+Blue) = 132+106+118=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #846A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A76 is #7B9589. Grayscale: #737373. Windows color (decimal): -8099210 or 7760516. OLE color: 7760516.
HSL color Cylindrical-coordinate representation of color #846A76: hue angle of 332.31º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846A76 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 118 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.48 |
| HSL | 332.31º | 0.11% | 0.47% | - |
| HSV(B) | 332.31º | 0.2% | 0.52% | - |
| XYZ | 17.94 | 16.52 | 19.38 | - |
| YUV | 115.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 118 | 0 | 0.20 | 0.11 | 0.48 | 332.31 | 0.11 | 0.47 |
| Hex | 84 | 6A | 76 | 0 | 14 | B | 30 | 14C | B | 2F |
| Octal | 204 | 152 | 166 | 0 | 24 | 13 | 60 | 514 | 13 | 57 |
| Binary | 10000100 | 1101010 | 1110110 | 0 | 10100 | 1011 | 110000 | 101001100 | 1011 | 101111 |
Color Harmonies of #846A76
Complementary color
Monochromatic Colors of #846A76
Black with #846A76
Text Example
Text Example
White with #846A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A76; }
p { color: rgb(132,106,118); }
H1.HeaderClassName
{
color: #846A76;
}
.AnyTagClassName
{
color: #846A76;
}
</style>
background-color css
<style>
a { background-color: #846A76; }
a { background-color: rgb(132,106,118); }
div.DivClassName
{
background-color: #846A76;
}
.BgClassName
{
background-color: #846A76;
}
</style>
border-color css
<style>
span { border-color: #846A76; }
span { border-color: rgb(132,106,118); }
td.TdClassName
{
border-color: #846A76;
}
.TagClassName
{
border-color: #846A76;
}
</style>