Shades of Strikemaster #92717F
Tints of Strikemaster #92717F
RGB
CMYK
RGB Variations
Color information
#92717F (or 0x92717F) is known color: Strikemaster. HEX triplet: 92, 71 and 7F. RGB value is (146,113,127). Sum of RGB (Red+Green+Blue) = 146+113+127=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #92717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92717F is #6D8E80. Grayscale: #7C7C7C. Windows color (decimal): -7179905 or 8352146. OLE color: 8352146.
HSL color Cylindrical-coordinate representation of color #92717F: hue angle of 334.55º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92717F is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 113 | 127 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.43 |
| HSL | 334.55º | 0.13% | 0.51% | - |
| HSV(B) | 334.55º | 0.23% | 0.57% | - |
| XYZ | 21.59 | 19.45 | 22.7 | - |
| YUV | 124.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 127 | 0 | 0.23 | 0.13 | 0.43 | 334.55 | 0.13 | 0.51 |
| Hex | 92 | 71 | 7F | 0 | 17 | D | 2B | 14F | D | 33 |
| Octal | 222 | 161 | 177 | 0 | 27 | 15 | 53 | 517 | 15 | 63 |
| Binary | 10010010 | 1110001 | 1111111 | 0 | 10111 | 1101 | 101011 | 101001111 | 1101 | 110011 |
Color Harmonies of #92717F
Complementary color
Monochromatic Colors of #92717F
Black with #92717F
Text Example
Text Example
White with #92717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92717F; }
p { color: rgb(146,113,127); }
H1.HeaderClassName
{
color: #92717F;
}
.AnyTagClassName
{
color: #92717F;
}
</style>
background-color css
<style>
a { background-color: #92717F; }
a { background-color: rgb(146,113,127); }
div.DivClassName
{
background-color: #92717F;
}
.BgClassName
{
background-color: #92717F;
}
</style>
border-color css
<style>
span { border-color: #92717F; }
span { border-color: rgb(146,113,127); }
td.TdClassName
{
border-color: #92717F;
}
.TagClassName
{
border-color: #92717F;
}
</style>