Shades of Strikemaster #926E80
Tints of Strikemaster #926E80
RGB
CMYK
RGB Variations
Color information
#926E80 (or 0x926E80) is known color: Strikemaster. HEX triplet: 92, 6E and 80. RGB value is (146,110,128). Sum of RGB (Red+Green+Blue) = 146+110+128=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #926E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926E80 is #6D917F. Grayscale: #7A7A7A. Windows color (decimal): -7180672 or 8416914. OLE color: 8416914.
HSL color Cylindrical-coordinate representation of color #926E80: hue angle of 330º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E80 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 110 | 128 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.43 |
| HSL | 330º | 0.14% | 0.5% | - |
| HSV(B) | 330º | 0.25% | 0.57% | - |
| XYZ | 21.33 | 18.82 | 22.93 | - |
| YUV | 122.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 128 | 0 | 0.25 | 0.12 | 0.43 | 330 | 0.14 | 0.5 |
| Hex | 92 | 6E | 80 | 0 | 19 | C | 2B | 14A | E | 32 |
| Octal | 222 | 156 | 200 | 0 | 31 | 14 | 53 | 512 | 16 | 62 |
| Binary | 10010010 | 1101110 | 10000000 | 0 | 11001 | 1100 | 101011 | 101001010 | 1110 | 110010 |
Color Harmonies of #926E80
Complementary color
Monochromatic Colors of #926E80
Black with #926E80
Text Example
Text Example
White with #926E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926E80; }
p { color: rgb(146,110,128); }
H1.HeaderClassName
{
color: #926E80;
}
.AnyTagClassName
{
color: #926E80;
}
</style>
background-color css
<style>
a { background-color: #926E80; }
a { background-color: rgb(146,110,128); }
div.DivClassName
{
background-color: #926E80;
}
.BgClassName
{
background-color: #926E80;
}
</style>
border-color css
<style>
span { border-color: #926E80; }
span { border-color: rgb(146,110,128); }
td.TdClassName
{
border-color: #926E80;
}
.TagClassName
{
border-color: #926E80;
}
</style>