Shades of Strikemaster #926179
Tints of Strikemaster #926179
RGB
CMYK
RGB Variations
Color information
#926179 (or 0x926179) is known color: Strikemaster. HEX triplet: 92, 61 and 79. RGB value is (146,97,121). Sum of RGB (Red+Green+Blue) = 146+97+121=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #926179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926179 is #6D9E86. Grayscale: #727272. Windows color (decimal): -7184007 or 7954834. OLE color: 7954834.
HSL color Cylindrical-coordinate representation of color #926179: hue angle of 330.61º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926179 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 121 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.43 |
| HSL | 330.61º | 0.2% | 0.48% | - |
| HSV(B) | 330.61º | 0.34% | 0.57% | - |
| XYZ | 19.58 | 16.04 | 20.15 | - |
| YUV | 114.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 121 | 0 | 0.34 | 0.17 | 0.43 | 330.61 | 0.2 | 0.48 |
| Hex | 92 | 61 | 79 | 0 | 22 | 11 | 2B | 14B | 14 | 30 |
| Octal | 222 | 141 | 171 | 0 | 42 | 21 | 53 | 513 | 24 | 60 |
| Binary | 10010010 | 1100001 | 1111001 | 0 | 100010 | 10001 | 101011 | 101001011 | 10100 | 110000 |
Color Harmonies of #926179
Complementary color
Monochromatic Colors of #926179
Black with #926179
Text Example
Text Example
White with #926179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926179; }
p { color: rgb(146,97,121); }
H1.HeaderClassName
{
color: #926179;
}
.AnyTagClassName
{
color: #926179;
}
</style>
background-color css
<style>
a { background-color: #926179; }
a { background-color: rgb(146,97,121); }
div.DivClassName
{
background-color: #926179;
}
.BgClassName
{
background-color: #926179;
}
</style>
border-color css
<style>
span { border-color: #926179; }
span { border-color: rgb(146,97,121); }
td.TdClassName
{
border-color: #926179;
}
.TagClassName
{
border-color: #926179;
}
</style>