Shades of Strikemaster #92697D
Tints of Strikemaster #92697D
RGB
CMYK
RGB Variations
Color information
#92697D (or 0x92697D) is known color: Strikemaster. HEX triplet: 92, 69 and 7D. RGB value is (146,105,125). Sum of RGB (Red+Green+Blue) = 146+105+125=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #92697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92697D is #6D9682. Grayscale: #777777. Windows color (decimal): -7181955 or 8219026. OLE color: 8219026.
HSL color Cylindrical-coordinate representation of color #92697D: hue angle of 330.73º 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 #92697D is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 105 | 125 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.43 |
| HSL | 330.73º | 0.16% | 0.49% | - |
| HSV(B) | 330.73º | 0.28% | 0.57% | - |
| XYZ | 20.61 | 17.69 | 21.73 | - |
| YUV | 119.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 125 | 0 | 0.28 | 0.14 | 0.43 | 330.73 | 0.16 | 0.49 |
| Hex | 92 | 69 | 7D | 0 | 1C | E | 2B | 14B | 10 | 31 |
| Octal | 222 | 151 | 175 | 0 | 34 | 16 | 53 | 513 | 20 | 61 |
| Binary | 10010010 | 1101001 | 1111101 | 0 | 11100 | 1110 | 101011 | 101001011 | 10000 | 110001 |
Color Harmonies of #92697D
Complementary color
Monochromatic Colors of #92697D
Black with #92697D
Text Example
Text Example
White with #92697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92697D; }
p { color: rgb(146,105,125); }
H1.HeaderClassName
{
color: #92697D;
}
.AnyTagClassName
{
color: #92697D;
}
</style>
background-color css
<style>
a { background-color: #92697D; }
a { background-color: rgb(146,105,125); }
div.DivClassName
{
background-color: #92697D;
}
.BgClassName
{
background-color: #92697D;
}
</style>
border-color css
<style>
span { border-color: #92697D; }
span { border-color: rgb(146,105,125); }
td.TdClassName
{
border-color: #92697D;
}
.TagClassName
{
border-color: #92697D;
}
</style>