Shades of Strikemaster #92667A
Tints of Strikemaster #92667A
RGB
CMYK
RGB Variations
Color information
#92667A (or 0x92667A) is known color: Strikemaster. HEX triplet: 92, 66 and 7A. RGB value is (146,102,122). Sum of RGB (Red+Green+Blue) = 146+102+122=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #92667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92667A is #6D9985. Grayscale: #757575. Windows color (decimal): -7182726 or 8021650. OLE color: 8021650.
HSL color Cylindrical-coordinate representation of color #92667A: hue angle of 332.73º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92667A is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 102 | 122 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.43 |
| HSL | 332.73º | 0.18% | 0.49% | - |
| HSV(B) | 332.73º | 0.3% | 0.57% | - |
| XYZ | 20.12 | 17.02 | 20.64 | - |
| YUV | 117.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 122 | 0 | 0.30 | 0.16 | 0.43 | 332.73 | 0.18 | 0.49 |
| Hex | 92 | 66 | 7A | 0 | 1E | 10 | 2B | 14D | 12 | 31 |
| Octal | 222 | 146 | 172 | 0 | 36 | 20 | 53 | 515 | 22 | 61 |
| Binary | 10010010 | 1100110 | 1111010 | 0 | 11110 | 10000 | 101011 | 101001101 | 10010 | 110001 |
Color Harmonies of #92667A
Complementary color
Monochromatic Colors of #92667A
Black with #92667A
Text Example
Text Example
White with #92667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92667A; }
p { color: rgb(146,102,122); }
H1.HeaderClassName
{
color: #92667A;
}
.AnyTagClassName
{
color: #92667A;
}
</style>
background-color css
<style>
a { background-color: #92667A; }
a { background-color: rgb(146,102,122); }
div.DivClassName
{
background-color: #92667A;
}
.BgClassName
{
background-color: #92667A;
}
</style>
border-color css
<style>
span { border-color: #92667A; }
span { border-color: rgb(146,102,122); }
td.TdClassName
{
border-color: #92667A;
}
.TagClassName
{
border-color: #92667A;
}
</style>