Shades of Strikemaster #92697C
Tints of Strikemaster #92697C
RGB
CMYK
RGB Variations
Color information
#92697C (or 0x92697C) is known color: Strikemaster. HEX triplet: 92, 69 and 7C. RGB value is (146,105,124). Sum of RGB (Red+Green+Blue) = 146+105+124=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #92697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92697C is #6D9683. Grayscale: #777777. Windows color (decimal): -7181956 or 8153490. OLE color: 8153490.
HSL color Cylindrical-coordinate representation of color #92697C: hue angle of 332.2º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92697C is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 105 | 124 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.43 |
| HSL | 332.2º | 0.16% | 0.49% | - |
| HSV(B) | 332.2º | 0.28% | 0.57% | - |
| XYZ | 20.54 | 17.67 | 21.4 | - |
| YUV | 119.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 124 | 0 | 0.28 | 0.15 | 0.43 | 332.2 | 0.16 | 0.49 |
| Hex | 92 | 69 | 7C | 0 | 1C | F | 2B | 14C | 10 | 31 |
| Octal | 222 | 151 | 174 | 0 | 34 | 17 | 53 | 514 | 20 | 61 |
| Binary | 10010010 | 1101001 | 1111100 | 0 | 11100 | 1111 | 101011 | 101001100 | 10000 | 110001 |
Color Harmonies of #92697C
Complementary color
Monochromatic Colors of #92697C
Black with #92697C
Text Example
Text Example
White with #92697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92697C; }
p { color: rgb(146,105,124); }
H1.HeaderClassName
{
color: #92697C;
}
.AnyTagClassName
{
color: #92697C;
}
</style>
background-color css
<style>
a { background-color: #92697C; }
a { background-color: rgb(146,105,124); }
div.DivClassName
{
background-color: #92697C;
}
.BgClassName
{
background-color: #92697C;
}
</style>
border-color css
<style>
span { border-color: #92697C; }
span { border-color: rgb(146,105,124); }
td.TdClassName
{
border-color: #92697C;
}
.TagClassName
{
border-color: #92697C;
}
</style>