Shades of Strikemaster #926D7C
Tints of Strikemaster #926D7C
RGB
CMYK
RGB Variations
Color information
#926D7C (or 0x926D7C) is known color: Strikemaster. HEX triplet: 92, 6D and 7C. RGB value is (146,109,124). Sum of RGB (Red+Green+Blue) = 146+109+124=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #926D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D7C is #6D9283. Grayscale: #797979. Windows color (decimal): -7180932 or 8154514. OLE color: 8154514.
HSL color Cylindrical-coordinate representation of color #926D7C: hue angle of 335.68º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926D7C is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 124 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.43 |
| HSL | 335.68º | 0.15% | 0.5% | - |
| HSV(B) | 335.68º | 0.25% | 0.57% | - |
| XYZ | 20.96 | 18.5 | 21.54 | - |
| YUV | 121.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 124 | 0 | 0.25 | 0.15 | 0.43 | 335.68 | 0.15 | 0.5 |
| Hex | 92 | 6D | 7C | 0 | 19 | F | 2B | 150 | F | 32 |
| Octal | 222 | 155 | 174 | 0 | 31 | 17 | 53 | 520 | 17 | 62 |
| Binary | 10010010 | 1101101 | 1111100 | 0 | 11001 | 1111 | 101011 | 101010000 | 1111 | 110010 |
Color Harmonies of #926D7C
Complementary color
Monochromatic Colors of #926D7C
Black with #926D7C
Text Example
Text Example
White with #926D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D7C; }
p { color: rgb(146,109,124); }
H1.HeaderClassName
{
color: #926D7C;
}
.AnyTagClassName
{
color: #926D7C;
}
</style>
background-color css
<style>
a { background-color: #926D7C; }
a { background-color: rgb(146,109,124); }
div.DivClassName
{
background-color: #926D7C;
}
.BgClassName
{
background-color: #926D7C;
}
</style>
border-color css
<style>
span { border-color: #926D7C; }
span { border-color: rgb(146,109,124); }
td.TdClassName
{
border-color: #926D7C;
}
.TagClassName
{
border-color: #926D7C;
}
</style>