Shades of Strikemaster #956B7F
Tints of Strikemaster #956B7F
RGB
CMYK
RGB Variations
Color information
#956B7F (or 0x956B7F) is known color: Strikemaster. HEX triplet: 95, 6B and 7F. RGB value is (149,107,127). Sum of RGB (Red+Green+Blue) = 149+107+127=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #956B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B7F is #6A9480. Grayscale: #797979. Windows color (decimal): -6984833 or 8350613. OLE color: 8350613.
HSL color Cylindrical-coordinate representation of color #956B7F: hue angle of 331.43º degrees, saturation: 0.17, 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 #956B7F is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 127 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.42 |
| HSL | 331.43º | 0.17% | 0.5% | - |
| HSV(B) | 331.43º | 0.28% | 0.58% | - |
| XYZ | 21.48 | 18.44 | 22.51 | - |
| YUV | 121.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 127 | 0 | 0.28 | 0.15 | 0.42 | 331.43 | 0.17 | 0.5 |
| Hex | 95 | 6B | 7F | 0 | 1C | F | 2A | 14B | 11 | 32 |
| Octal | 225 | 153 | 177 | 0 | 34 | 17 | 52 | 513 | 21 | 62 |
| Binary | 10010101 | 1101011 | 1111111 | 0 | 11100 | 1111 | 101010 | 101001011 | 10001 | 110010 |
Color Harmonies of #956B7F
Complementary color
Monochromatic Colors of #956B7F
Black with #956B7F
Text Example
Text Example
White with #956B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B7F; }
p { color: rgb(149,107,127); }
H1.HeaderClassName
{
color: #956B7F;
}
.AnyTagClassName
{
color: #956B7F;
}
</style>
background-color css
<style>
a { background-color: #956B7F; }
a { background-color: rgb(149,107,127); }
div.DivClassName
{
background-color: #956B7F;
}
.BgClassName
{
background-color: #956B7F;
}
</style>
border-color css
<style>
span { border-color: #956B7F; }
span { border-color: rgb(149,107,127); }
td.TdClassName
{
border-color: #956B7F;
}
.TagClassName
{
border-color: #956B7F;
}
</style>