Shades of Strikemaster #92607A
Tints of Strikemaster #92607A
RGB
CMYK
RGB Variations
Color information
#92607A (or 0x92607A) is known color: Strikemaster. HEX triplet: 92, 60 and 7A. RGB value is (146,96,122). Sum of RGB (Red+Green+Blue) = 146+96+122=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #92607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92607A is #6D9F85. Grayscale: #717171. Windows color (decimal): -7184262 or 8020114. OLE color: 8020114.
HSL color Cylindrical-coordinate representation of color #92607A: hue angle of 328.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92607A is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 96 | 122 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.43 |
| HSL | 328.8º | 0.21% | 0.47% | - |
| HSV(B) | 328.8º | 0.34% | 0.57% | - |
| XYZ | 19.55 | 15.88 | 20.45 | - |
| YUV | 113.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 122 | 0 | 0.34 | 0.16 | 0.43 | 328.8 | 0.21 | 0.47 |
| Hex | 92 | 60 | 7A | 0 | 22 | 10 | 2B | 149 | 15 | 2F |
| Octal | 222 | 140 | 172 | 0 | 42 | 20 | 53 | 511 | 25 | 57 |
| Binary | 10010010 | 1100000 | 1111010 | 0 | 100010 | 10000 | 101011 | 101001001 | 10101 | 101111 |
Color Harmonies of #92607A
Complementary color
Monochromatic Colors of #92607A
Black with #92607A
Text Example
Text Example
White with #92607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92607A; }
p { color: rgb(146,96,122); }
H1.HeaderClassName
{
color: #92607A;
}
.AnyTagClassName
{
color: #92607A;
}
</style>
background-color css
<style>
a { background-color: #92607A; }
a { background-color: rgb(146,96,122); }
div.DivClassName
{
background-color: #92607A;
}
.BgClassName
{
background-color: #92607A;
}
</style>
border-color css
<style>
span { border-color: #92607A; }
span { border-color: rgb(146,96,122); }
td.TdClassName
{
border-color: #92607A;
}
.TagClassName
{
border-color: #92607A;
}
</style>