Shades of Strikemaster #956C7F
Tints of Strikemaster #956C7F
RGB
CMYK
RGB Variations
Color information
#956C7F (or 0x956C7F) is known color: Strikemaster. HEX triplet: 95, 6C and 7F. RGB value is (149,108,127). Sum of RGB (Red+Green+Blue) = 149+108+127=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #956C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C7F is #6A9380. Grayscale: #7A7A7A. Windows color (decimal): -6984577 or 8350869. OLE color: 8350869.
HSL color Cylindrical-coordinate representation of color #956C7F: hue angle of 332.2º 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 #956C7F is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 127 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.42 |
| HSL | 332.2º | 0.16% | 0.5% | - |
| HSV(B) | 332.2º | 0.28% | 0.58% | - |
| XYZ | 21.59 | 18.65 | 22.54 | - |
| YUV | 122.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 127 | 0 | 0.28 | 0.15 | 0.42 | 332.2 | 0.16 | 0.5 |
| Hex | 95 | 6C | 7F | 0 | 1C | F | 2A | 14C | 10 | 32 |
| Octal | 225 | 154 | 177 | 0 | 34 | 17 | 52 | 514 | 20 | 62 |
| Binary | 10010101 | 1101100 | 1111111 | 0 | 11100 | 1111 | 101010 | 101001100 | 10000 | 110010 |
Color Harmonies of #956C7F
Complementary color
Monochromatic Colors of #956C7F
Black with #956C7F
Text Example
Text Example
White with #956C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C7F; }
p { color: rgb(149,108,127); }
H1.HeaderClassName
{
color: #956C7F;
}
.AnyTagClassName
{
color: #956C7F;
}
</style>
background-color css
<style>
a { background-color: #956C7F; }
a { background-color: rgb(149,108,127); }
div.DivClassName
{
background-color: #956C7F;
}
.BgClassName
{
background-color: #956C7F;
}
</style>
border-color css
<style>
span { border-color: #956C7F; }
span { border-color: rgb(149,108,127); }
td.TdClassName
{
border-color: #956C7F;
}
.TagClassName
{
border-color: #956C7F;
}
</style>