Shades of Strikemaster #946B7F
Tints of Strikemaster #946B7F
RGB
CMYK
RGB Variations
Color information
#946B7F (or 0x946B7F) is known color: Strikemaster. HEX triplet: 94, 6B and 7F. RGB value is (148,107,127). Sum of RGB (Red+Green+Blue) = 148+107+127=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #946B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B7F is #6B9480. Grayscale: #797979. Windows color (decimal): -7050369 or 8350612. OLE color: 8350612.
HSL color Cylindrical-coordinate representation of color #946B7F: hue angle of 330.73º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946B7F is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 107 | 127 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.42 |
| HSL | 330.73º | 0.16% | 0.5% | - |
| HSV(B) | 330.73º | 0.28% | 0.58% | - |
| XYZ | 21.3 | 18.34 | 22.5 | - |
| YUV | 121.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 127 | 0 | 0.28 | 0.14 | 0.42 | 330.73 | 0.16 | 0.5 |
| Hex | 94 | 6B | 7F | 0 | 1C | E | 2A | 14B | 10 | 32 |
| Octal | 224 | 153 | 177 | 0 | 34 | 16 | 52 | 513 | 20 | 62 |
| Binary | 10010100 | 1101011 | 1111111 | 0 | 11100 | 1110 | 101010 | 101001011 | 10000 | 110010 |
Color Harmonies of #946B7F
Complementary color
Monochromatic Colors of #946B7F
Black with #946B7F
Text Example
Text Example
White with #946B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946B7F; }
p { color: rgb(148,107,127); }
H1.HeaderClassName
{
color: #946B7F;
}
.AnyTagClassName
{
color: #946B7F;
}
</style>
background-color css
<style>
a { background-color: #946B7F; }
a { background-color: rgb(148,107,127); }
div.DivClassName
{
background-color: #946B7F;
}
.BgClassName
{
background-color: #946B7F;
}
</style>
border-color css
<style>
span { border-color: #946B7F; }
span { border-color: rgb(148,107,127); }
td.TdClassName
{
border-color: #946B7F;
}
.TagClassName
{
border-color: #946B7F;
}
</style>