Shades of Strikemaster #916C7F
Tints of Strikemaster #916C7F
RGB
CMYK
RGB Variations
Color information
#916C7F (or 0x916C7F) is known color: Strikemaster. HEX triplet: 91, 6C and 7F. RGB value is (145,108,127). Sum of RGB (Red+Green+Blue) = 145+108+127=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #916C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C7F is #6E9380. Grayscale: #797979. Windows color (decimal): -7246721 or 8350865. OLE color: 8350865.
HSL color Cylindrical-coordinate representation of color #916C7F: hue angle of 329.19º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #916C7F is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 127 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.43 |
| HSL | 329.19º | 0.15% | 0.5% | - |
| HSV(B) | 329.19º | 0.26% | 0.57% | - |
| XYZ | 20.87 | 18.28 | 22.51 | - |
| YUV | 121.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 127 | 0 | 0.26 | 0.12 | 0.43 | 329.19 | 0.15 | 0.5 |
| Hex | 91 | 6C | 7F | 0 | 1A | C | 2B | 149 | F | 32 |
| Octal | 221 | 154 | 177 | 0 | 32 | 14 | 53 | 511 | 17 | 62 |
| Binary | 10010001 | 1101100 | 1111111 | 0 | 11010 | 1100 | 101011 | 101001001 | 1111 | 110010 |
Color Harmonies of #916C7F
Complementary color
Monochromatic Colors of #916C7F
Black with #916C7F
Text Example
Text Example
White with #916C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C7F; }
p { color: rgb(145,108,127); }
H1.HeaderClassName
{
color: #916C7F;
}
.AnyTagClassName
{
color: #916C7F;
}
</style>
background-color css
<style>
a { background-color: #916C7F; }
a { background-color: rgb(145,108,127); }
div.DivClassName
{
background-color: #916C7F;
}
.BgClassName
{
background-color: #916C7F;
}
</style>
border-color css
<style>
span { border-color: #916C7F; }
span { border-color: rgb(145,108,127); }
td.TdClassName
{
border-color: #916C7F;
}
.TagClassName
{
border-color: #916C7F;
}
</style>