Shades of Strikemaster #92687E
Tints of Strikemaster #92687E
RGB
CMYK
RGB Variations
Color information
#92687E (or 0x92687E) is known color: Strikemaster. HEX triplet: 92, 68 and 7E. RGB value is (146,104,126). Sum of RGB (Red+Green+Blue) = 146+104+126=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #92687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92687E is #6D9781. Grayscale: #777777. Windows color (decimal): -7182210 or 8284306. OLE color: 8284306.
HSL color Cylindrical-coordinate representation of color #92687E: hue angle of 328.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92687E is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 126 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.43 |
| HSL | 328.57º | 0.17% | 0.49% | - |
| HSV(B) | 328.57º | 0.29% | 0.57% | - |
| XYZ | 20.57 | 17.52 | 22.04 | - |
| YUV | 119.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 126 | 0 | 0.29 | 0.14 | 0.43 | 328.57 | 0.17 | 0.49 |
| Hex | 92 | 68 | 7E | 0 | 1D | E | 2B | 149 | 11 | 31 |
| Octal | 222 | 150 | 176 | 0 | 35 | 16 | 53 | 511 | 21 | 61 |
| Binary | 10010010 | 1101000 | 1111110 | 0 | 11101 | 1110 | 101011 | 101001001 | 10001 | 110001 |
Color Harmonies of #92687E
Complementary color
Monochromatic Colors of #92687E
Black with #92687E
Text Example
Text Example
White with #92687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92687E; }
p { color: rgb(146,104,126); }
H1.HeaderClassName
{
color: #92687E;
}
.AnyTagClassName
{
color: #92687E;
}
</style>
background-color css
<style>
a { background-color: #92687E; }
a { background-color: rgb(146,104,126); }
div.DivClassName
{
background-color: #92687E;
}
.BgClassName
{
background-color: #92687E;
}
</style>
border-color css
<style>
span { border-color: #92687E; }
span { border-color: rgb(146,104,126); }
td.TdClassName
{
border-color: #92687E;
}
.TagClassName
{
border-color: #92687E;
}
</style>