Shades of Strikemaster #956F7F
Tints of Strikemaster #956F7F
RGB
CMYK
RGB Variations
Color information
#956F7F (or 0x956F7F) is known color: Strikemaster. HEX triplet: 95, 6F and 7F. RGB value is (149,111,127). Sum of RGB (Red+Green+Blue) = 149+111+127=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #956F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F7F is #6A9080. Grayscale: #7C7C7C. Windows color (decimal): -6983809 or 8351637. OLE color: 8351637.
HSL color Cylindrical-coordinate representation of color #956F7F: hue angle of 334.74º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956F7F is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 127 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.42 |
| HSL | 334.74º | 0.15% | 0.51% | - |
| HSV(B) | 334.74º | 0.26% | 0.58% | - |
| XYZ | 21.91 | 19.29 | 22.65 | - |
| YUV | 124.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 127 | 0 | 0.26 | 0.15 | 0.42 | 334.74 | 0.15 | 0.51 |
| Hex | 95 | 6F | 7F | 0 | 1A | F | 2A | 14F | F | 33 |
| Octal | 225 | 157 | 177 | 0 | 32 | 17 | 52 | 517 | 17 | 63 |
| Binary | 10010101 | 1101111 | 1111111 | 0 | 11010 | 1111 | 101010 | 101001111 | 1111 | 110011 |
Color Harmonies of #956F7F
Complementary color
Monochromatic Colors of #956F7F
Black with #956F7F
Text Example
Text Example
White with #956F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F7F; }
p { color: rgb(149,111,127); }
H1.HeaderClassName
{
color: #956F7F;
}
.AnyTagClassName
{
color: #956F7F;
}
</style>
background-color css
<style>
a { background-color: #956F7F; }
a { background-color: rgb(149,111,127); }
div.DivClassName
{
background-color: #956F7F;
}
.BgClassName
{
background-color: #956F7F;
}
</style>
border-color css
<style>
span { border-color: #956F7F; }
span { border-color: rgb(149,111,127); }
td.TdClassName
{
border-color: #956F7F;
}
.TagClassName
{
border-color: #956F7F;
}
</style>