Shades of Strikemaster #94717F
Tints of Strikemaster #94717F
RGB
CMYK
RGB Variations
Color information
#94717F (or 0x94717F) is known color: Strikemaster. HEX triplet: 94, 71 and 7F. RGB value is (148,113,127). Sum of RGB (Red+Green+Blue) = 148+113+127=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94717F is #6B8E80. Grayscale: #7D7D7D. Windows color (decimal): -7048833 or 8352148. OLE color: 8352148.
HSL color Cylindrical-coordinate representation of color #94717F: hue angle of 336º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94717F is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 113 | 127 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.42 |
| HSL | 336º | 0.14% | 0.51% | - |
| HSV(B) | 336º | 0.24% | 0.58% | - |
| XYZ | 21.95 | 19.64 | 22.71 | - |
| YUV | 125.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 127 | 0 | 0.24 | 0.14 | 0.42 | 336 | 0.14 | 0.51 |
| Hex | 94 | 71 | 7F | 0 | 18 | E | 2A | 150 | E | 33 |
| Octal | 224 | 161 | 177 | 0 | 30 | 16 | 52 | 520 | 16 | 63 |
| Binary | 10010100 | 1110001 | 1111111 | 0 | 11000 | 1110 | 101010 | 101010000 | 1110 | 110011 |
Color Harmonies of #94717F
Complementary color
Monochromatic Colors of #94717F
Black with #94717F
Text Example
Text Example
White with #94717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94717F; }
p { color: rgb(148,113,127); }
H1.HeaderClassName
{
color: #94717F;
}
.AnyTagClassName
{
color: #94717F;
}
</style>
background-color css
<style>
a { background-color: #94717F; }
a { background-color: rgb(148,113,127); }
div.DivClassName
{
background-color: #94717F;
}
.BgClassName
{
background-color: #94717F;
}
</style>
border-color css
<style>
span { border-color: #94717F; }
span { border-color: rgb(148,113,127); }
td.TdClassName
{
border-color: #94717F;
}
.TagClassName
{
border-color: #94717F;
}
</style>