Shades of Strikemaster #926F80
Tints of Strikemaster #926F80
RGB
CMYK
RGB Variations
Color information
#926F80 (or 0x926F80) is known color: Strikemaster. HEX triplet: 92, 6F and 80. RGB value is (146,111,128). Sum of RGB (Red+Green+Blue) = 146+111+128=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #926F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926F80 is #6D907F. Grayscale: #7B7B7B. Windows color (decimal): -7180416 or 8417170. OLE color: 8417170.
HSL color Cylindrical-coordinate representation of color #926F80: hue angle of 330.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #926F80 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 128 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.43 |
| HSL | 330.86º | 0.14% | 0.5% | - |
| HSV(B) | 330.86º | 0.24% | 0.57% | - |
| XYZ | 21.43 | 19.04 | 22.97 | - |
| YUV | 123.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 128 | 0 | 0.24 | 0.12 | 0.43 | 330.86 | 0.14 | 0.5 |
| Hex | 92 | 6F | 80 | 0 | 18 | C | 2B | 14B | E | 32 |
| Octal | 222 | 157 | 200 | 0 | 30 | 14 | 53 | 513 | 16 | 62 |
| Binary | 10010010 | 1101111 | 10000000 | 0 | 11000 | 1100 | 101011 | 101001011 | 1110 | 110010 |
Color Harmonies of #926F80
Complementary color
Monochromatic Colors of #926F80
Black with #926F80
Text Example
Text Example
White with #926F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F80; }
p { color: rgb(146,111,128); }
H1.HeaderClassName
{
color: #926F80;
}
.AnyTagClassName
{
color: #926F80;
}
</style>
background-color css
<style>
a { background-color: #926F80; }
a { background-color: rgb(146,111,128); }
div.DivClassName
{
background-color: #926F80;
}
.BgClassName
{
background-color: #926F80;
}
</style>
border-color css
<style>
span { border-color: #926F80; }
span { border-color: rgb(146,111,128); }
td.TdClassName
{
border-color: #926F80;
}
.TagClassName
{
border-color: #926F80;
}
</style>