Shades of Strikemaster #92677A
Tints of Strikemaster #92677A
RGB
CMYK
RGB Variations
Color information
#92677A (or 0x92677A) is known color: Strikemaster. HEX triplet: 92, 67 and 7A. RGB value is (146,103,122). Sum of RGB (Red+Green+Blue) = 146+103+122=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #92677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92677A is #6D9885. Grayscale: #757575. Windows color (decimal): -7182470 or 8021906. OLE color: 8021906.
HSL color Cylindrical-coordinate representation of color #92677A: hue angle of 333.49º 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 #92677A is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 103 | 122 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.43 |
| HSL | 333.49º | 0.17% | 0.49% | - |
| HSV(B) | 333.49º | 0.29% | 0.57% | - |
| XYZ | 20.22 | 17.22 | 20.67 | - |
| YUV | 118.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 122 | 0 | 0.29 | 0.16 | 0.43 | 333.49 | 0.17 | 0.49 |
| Hex | 92 | 67 | 7A | 0 | 1D | 10 | 2B | 14D | 11 | 31 |
| Octal | 222 | 147 | 172 | 0 | 35 | 20 | 53 | 515 | 21 | 61 |
| Binary | 10010010 | 1100111 | 1111010 | 0 | 11101 | 10000 | 101011 | 101001101 | 10001 | 110001 |
Color Harmonies of #92677A
Complementary color
Monochromatic Colors of #92677A
Black with #92677A
Text Example
Text Example
White with #92677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92677A; }
p { color: rgb(146,103,122); }
H1.HeaderClassName
{
color: #92677A;
}
.AnyTagClassName
{
color: #92677A;
}
</style>
background-color css
<style>
a { background-color: #92677A; }
a { background-color: rgb(146,103,122); }
div.DivClassName
{
background-color: #92677A;
}
.BgClassName
{
background-color: #92677A;
}
</style>
border-color css
<style>
span { border-color: #92677A; }
span { border-color: rgb(146,103,122); }
td.TdClassName
{
border-color: #92677A;
}
.TagClassName
{
border-color: #92677A;
}
</style>