Shades of Strikemaster #926C7F
Tints of Strikemaster #926C7F
RGB
CMYK
RGB Variations
Color information
#926C7F (or 0x926C7F) is known color: Strikemaster. HEX triplet: 92, 6C and 7F. RGB value is (146,108,127). Sum of RGB (Red+Green+Blue) = 146+108+127=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #926C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C7F is #6D9380. Grayscale: #797979. Windows color (decimal): -7181185 or 8350866. OLE color: 8350866.
HSL color Cylindrical-coordinate representation of color #926C7F: hue angle of 330º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #926C7F is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 127 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.43 |
| HSL | 330º | 0.15% | 0.5% | - |
| HSV(B) | 330º | 0.26% | 0.57% | - |
| XYZ | 21.05 | 18.37 | 22.51 | - |
| YUV | 121.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 127 | 0 | 0.26 | 0.13 | 0.43 | 330 | 0.15 | 0.5 |
| Hex | 92 | 6C | 7F | 0 | 1A | D | 2B | 14A | F | 32 |
| Octal | 222 | 154 | 177 | 0 | 32 | 15 | 53 | 512 | 17 | 62 |
| Binary | 10010010 | 1101100 | 1111111 | 0 | 11010 | 1101 | 101011 | 101001010 | 1111 | 110010 |
Color Harmonies of #926C7F
Complementary color
Monochromatic Colors of #926C7F
Black with #926C7F
Text Example
Text Example
White with #926C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C7F; }
p { color: rgb(146,108,127); }
H1.HeaderClassName
{
color: #926C7F;
}
.AnyTagClassName
{
color: #926C7F;
}
</style>
background-color css
<style>
a { background-color: #926C7F; }
a { background-color: rgb(146,108,127); }
div.DivClassName
{
background-color: #926C7F;
}
.BgClassName
{
background-color: #926C7F;
}
</style>
border-color css
<style>
span { border-color: #926C7F; }
span { border-color: rgb(146,108,127); }
td.TdClassName
{
border-color: #926C7F;
}
.TagClassName
{
border-color: #926C7F;
}
</style>