Shades of Strikemaster #926F7D
Tints of Strikemaster #926F7D
RGB
CMYK
RGB Variations
Color information
#926F7D (or 0x926F7D) is known color: Strikemaster. HEX triplet: 92, 6F and 7D. RGB value is (146,111,125). Sum of RGB (Red+Green+Blue) = 146+111+125=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #926F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F7D is #6D9082. Grayscale: #7B7B7B. Windows color (decimal): -7180419 or 8220562. OLE color: 8220562.
HSL color Cylindrical-coordinate representation of color #926F7D: hue angle of 336º 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 #926F7D is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 125 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.43 |
| HSL | 336º | 0.14% | 0.5% | - |
| HSV(B) | 336º | 0.24% | 0.57% | - |
| XYZ | 21.24 | 18.96 | 21.94 | - |
| YUV | 123.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 125 | 0 | 0.24 | 0.14 | 0.43 | 336 | 0.14 | 0.5 |
| Hex | 92 | 6F | 7D | 0 | 18 | E | 2B | 150 | E | 32 |
| Octal | 222 | 157 | 175 | 0 | 30 | 16 | 53 | 520 | 16 | 62 |
| Binary | 10010010 | 1101111 | 1111101 | 0 | 11000 | 1110 | 101011 | 101010000 | 1110 | 110010 |
Color Harmonies of #926F7D
Complementary color
Monochromatic Colors of #926F7D
Black with #926F7D
Text Example
Text Example
White with #926F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F7D; }
p { color: rgb(146,111,125); }
H1.HeaderClassName
{
color: #926F7D;
}
.AnyTagClassName
{
color: #926F7D;
}
</style>
background-color css
<style>
a { background-color: #926F7D; }
a { background-color: rgb(146,111,125); }
div.DivClassName
{
background-color: #926F7D;
}
.BgClassName
{
background-color: #926F7D;
}
</style>
border-color css
<style>
span { border-color: #926F7D; }
span { border-color: rgb(146,111,125); }
td.TdClassName
{
border-color: #926F7D;
}
.TagClassName
{
border-color: #926F7D;
}
</style>