Shades of Strikemaster #92707F
Tints of Strikemaster #92707F
RGB
CMYK
RGB Variations
Color information
#92707F (or 0x92707F) is known color: Strikemaster. HEX triplet: 92, 70 and 7F. RGB value is (146,112,127). Sum of RGB (Red+Green+Blue) = 146+112+127=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #92707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92707F is #6D8F80. Grayscale: #7B7B7B. Windows color (decimal): -7180161 or 8351890. OLE color: 8351890.
HSL color Cylindrical-coordinate representation of color #92707F: hue angle of 333.53º 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 #92707F is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 112 | 127 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.43 |
| HSL | 333.53º | 0.13% | 0.51% | - |
| HSV(B) | 333.53º | 0.23% | 0.57% | - |
| XYZ | 21.48 | 19.23 | 22.66 | - |
| YUV | 123.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 127 | 0 | 0.23 | 0.13 | 0.43 | 333.53 | 0.13 | 0.51 |
| Hex | 92 | 70 | 7F | 0 | 17 | D | 2B | 14E | D | 33 |
| Octal | 222 | 160 | 177 | 0 | 27 | 15 | 53 | 516 | 15 | 63 |
| Binary | 10010010 | 1110000 | 1111111 | 0 | 10111 | 1101 | 101011 | 101001110 | 1101 | 110011 |
Color Harmonies of #92707F
Complementary color
Monochromatic Colors of #92707F
Black with #92707F
Text Example
Text Example
White with #92707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92707F; }
p { color: rgb(146,112,127); }
H1.HeaderClassName
{
color: #92707F;
}
.AnyTagClassName
{
color: #92707F;
}
</style>
background-color css
<style>
a { background-color: #92707F; }
a { background-color: rgb(146,112,127); }
div.DivClassName
{
background-color: #92707F;
}
.BgClassName
{
background-color: #92707F;
}
</style>
border-color css
<style>
span { border-color: #92707F; }
span { border-color: rgb(146,112,127); }
td.TdClassName
{
border-color: #92707F;
}
.TagClassName
{
border-color: #92707F;
}
</style>