Shades of Strikemaster #926F84
Tints of Strikemaster #926F84
RGB
CMYK
RGB Variations
Color information
#926F84 (or 0x926F84) is known color: Strikemaster. HEX triplet: 92, 6F and 84. RGB value is (146,111,132). Sum of RGB (Red+Green+Blue) = 146+111+132=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #926F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926F84 is #6D907B. Grayscale: #7B7B7B. Windows color (decimal): -7180412 or 8679314. OLE color: 8679314.
HSL color Cylindrical-coordinate representation of color #926F84: hue angle of 324º 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 #926F84 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 132 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.43 |
| HSL | 324º | 0.14% | 0.5% | - |
| HSV(B) | 324º | 0.24% | 0.57% | - |
| XYZ | 21.7 | 19.15 | 24.38 | - |
| YUV | 123.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 132 | 0 | 0.24 | 0.10 | 0.43 | 324 | 0.14 | 0.5 |
| Hex | 92 | 6F | 84 | 0 | 18 | A | 2B | 144 | E | 32 |
| Octal | 222 | 157 | 204 | 0 | 30 | 12 | 53 | 504 | 16 | 62 |
| Binary | 10010010 | 1101111 | 10000100 | 0 | 11000 | 1010 | 101011 | 101000100 | 1110 | 110010 |
Color Harmonies of #926F84
Complementary color
Monochromatic Colors of #926F84
Black with #926F84
Text Example
Text Example
White with #926F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F84; }
p { color: rgb(146,111,132); }
H1.HeaderClassName
{
color: #926F84;
}
.AnyTagClassName
{
color: #926F84;
}
</style>
background-color css
<style>
a { background-color: #926F84; }
a { background-color: rgb(146,111,132); }
div.DivClassName
{
background-color: #926F84;
}
.BgClassName
{
background-color: #926F84;
}
</style>
border-color css
<style>
span { border-color: #926F84; }
span { border-color: rgb(146,111,132); }
td.TdClassName
{
border-color: #926F84;
}
.TagClassName
{
border-color: #926F84;
}
</style>