Shades of Strikemaster #916F7D
Tints of Strikemaster #916F7D
RGB
CMYK
RGB Variations
Color information
#916F7D (or 0x916F7D) is known color: Strikemaster. HEX triplet: 91, 6F and 7D. RGB value is (145,111,125). Sum of RGB (Red+Green+Blue) = 145+111+125=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #916F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F7D is #6E9082. Grayscale: #7A7A7A. Windows color (decimal): -7245955 or 8220561. OLE color: 8220561.
HSL color Cylindrical-coordinate representation of color #916F7D: hue angle of 335.29º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F7D is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 125 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.43 |
| HSL | 335.29º | 0.13% | 0.5% | - |
| HSV(B) | 335.29º | 0.23% | 0.57% | - |
| XYZ | 21.06 | 18.87 | 21.93 | - |
| YUV | 122.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 125 | 0 | 0.23 | 0.14 | 0.43 | 335.29 | 0.13 | 0.5 |
| Hex | 91 | 6F | 7D | 0 | 17 | E | 2B | 14F | D | 32 |
| Octal | 221 | 157 | 175 | 0 | 27 | 16 | 53 | 517 | 15 | 62 |
| Binary | 10010001 | 1101111 | 1111101 | 0 | 10111 | 1110 | 101011 | 101001111 | 1101 | 110010 |
Color Harmonies of #916F7D
Complementary color
Monochromatic Colors of #916F7D
Black with #916F7D
Text Example
Text Example
White with #916F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F7D; }
p { color: rgb(145,111,125); }
H1.HeaderClassName
{
color: #916F7D;
}
.AnyTagClassName
{
color: #916F7D;
}
</style>
background-color css
<style>
a { background-color: #916F7D; }
a { background-color: rgb(145,111,125); }
div.DivClassName
{
background-color: #916F7D;
}
.BgClassName
{
background-color: #916F7D;
}
</style>
border-color css
<style>
span { border-color: #916F7D; }
span { border-color: rgb(145,111,125); }
td.TdClassName
{
border-color: #916F7D;
}
.TagClassName
{
border-color: #916F7D;
}
</style>