Shades of Strikemaster #93707F
Tints of Strikemaster #93707F
RGB
CMYK
RGB Variations
Color information
#93707F (or 0x93707F) is known color: Strikemaster. HEX triplet: 93, 70 and 7F. RGB value is (147,112,127). Sum of RGB (Red+Green+Blue) = 147+112+127=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #93707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93707F is #6C8F80. Grayscale: #7C7C7C. Windows color (decimal): -7114625 or 8351891. OLE color: 8351891.
HSL color Cylindrical-coordinate representation of color #93707F: hue angle of 334.29º 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 #93707F is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 112 | 127 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.42 |
| HSL | 334.29º | 0.14% | 0.51% | - |
| HSV(B) | 334.29º | 0.24% | 0.58% | - |
| XYZ | 21.66 | 19.32 | 22.67 | - |
| YUV | 124.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 127 | 0 | 0.24 | 0.14 | 0.42 | 334.29 | 0.14 | 0.51 |
| Hex | 93 | 70 | 7F | 0 | 18 | E | 2A | 14E | E | 33 |
| Octal | 223 | 160 | 177 | 0 | 30 | 16 | 52 | 516 | 16 | 63 |
| Binary | 10010011 | 1110000 | 1111111 | 0 | 11000 | 1110 | 101010 | 101001110 | 1110 | 110011 |
Color Harmonies of #93707F
Complementary color
Monochromatic Colors of #93707F
Black with #93707F
Text Example
Text Example
White with #93707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93707F; }
p { color: rgb(147,112,127); }
H1.HeaderClassName
{
color: #93707F;
}
.AnyTagClassName
{
color: #93707F;
}
</style>
background-color css
<style>
a { background-color: #93707F; }
a { background-color: rgb(147,112,127); }
div.DivClassName
{
background-color: #93707F;
}
.BgClassName
{
background-color: #93707F;
}
</style>
border-color css
<style>
span { border-color: #93707F; }
span { border-color: rgb(147,112,127); }
td.TdClassName
{
border-color: #93707F;
}
.TagClassName
{
border-color: #93707F;
}
</style>