Shades of Strikemaster #92677F
Tints of Strikemaster #92677F
RGB
CMYK
RGB Variations
Color information
#92677F (or 0x92677F) is known color: Strikemaster. HEX triplet: 92, 67 and 7F. RGB value is (146,103,127). Sum of RGB (Red+Green+Blue) = 146+103+127=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #92677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92677F is #6D9880. Grayscale: #767676. Windows color (decimal): -7182465 or 8349586. OLE color: 8349586.
HSL color Cylindrical-coordinate representation of color #92677F: hue angle of 326.51º 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 #92677F is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 103 | 127 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.43 |
| HSL | 326.51º | 0.17% | 0.49% | - |
| HSV(B) | 326.51º | 0.29% | 0.57% | - |
| XYZ | 20.54 | 17.34 | 22.34 | - |
| YUV | 118.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 127 | 0 | 0.29 | 0.13 | 0.43 | 326.51 | 0.17 | 0.49 |
| Hex | 92 | 67 | 7F | 0 | 1D | D | 2B | 147 | 11 | 31 |
| Octal | 222 | 147 | 177 | 0 | 35 | 15 | 53 | 507 | 21 | 61 |
| Binary | 10010010 | 1100111 | 1111111 | 0 | 11101 | 1101 | 101011 | 101000111 | 10001 | 110001 |
Color Harmonies of #92677F
Complementary color
Monochromatic Colors of #92677F
Black with #92677F
Text Example
Text Example
White with #92677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92677F; }
p { color: rgb(146,103,127); }
H1.HeaderClassName
{
color: #92677F;
}
.AnyTagClassName
{
color: #92677F;
}
</style>
background-color css
<style>
a { background-color: #92677F; }
a { background-color: rgb(146,103,127); }
div.DivClassName
{
background-color: #92677F;
}
.BgClassName
{
background-color: #92677F;
}
</style>
border-color css
<style>
span { border-color: #92677F; }
span { border-color: rgb(146,103,127); }
td.TdClassName
{
border-color: #92677F;
}
.TagClassName
{
border-color: #92677F;
}
</style>