Shades of Strikemaster #95717F
Tints of Strikemaster #95717F
RGB
CMYK
RGB Variations
Color information
#95717F (or 0x95717F) is known color: Strikemaster. HEX triplet: 95, 71 and 7F. RGB value is (149,113,127). Sum of RGB (Red+Green+Blue) = 149+113+127=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95717F is #6A8E80. Grayscale: #7D7D7D. Windows color (decimal): -6983297 or 8352149. OLE color: 8352149.
HSL color Cylindrical-coordinate representation of color #95717F: hue angle of 336.67º degrees, saturation: 0.15, 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 #95717F is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 127 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.42 |
| HSL | 336.67º | 0.15% | 0.51% | - |
| HSV(B) | 336.67º | 0.24% | 0.58% | - |
| XYZ | 22.13 | 19.73 | 22.72 | - |
| YUV | 125.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 127 | 0 | 0.24 | 0.15 | 0.42 | 336.67 | 0.15 | 0.51 |
| Hex | 95 | 71 | 7F | 0 | 18 | F | 2A | 151 | F | 33 |
| Octal | 225 | 161 | 177 | 0 | 30 | 17 | 52 | 521 | 17 | 63 |
| Binary | 10010101 | 1110001 | 1111111 | 0 | 11000 | 1111 | 101010 | 101010001 | 1111 | 110011 |
Color Harmonies of #95717F
Complementary color
Monochromatic Colors of #95717F
Black with #95717F
Text Example
Text Example
White with #95717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95717F; }
p { color: rgb(149,113,127); }
H1.HeaderClassName
{
color: #95717F;
}
.AnyTagClassName
{
color: #95717F;
}
</style>
background-color css
<style>
a { background-color: #95717F; }
a { background-color: rgb(149,113,127); }
div.DivClassName
{
background-color: #95717F;
}
.BgClassName
{
background-color: #95717F;
}
</style>
border-color css
<style>
span { border-color: #95717F; }
span { border-color: rgb(149,113,127); }
td.TdClassName
{
border-color: #95717F;
}
.TagClassName
{
border-color: #95717F;
}
</style>