Shades of Strikemaster #916F7C
Tints of Strikemaster #916F7C
RGB
CMYK
RGB Variations
Color information
#916F7C (or 0x916F7C) is known color: Strikemaster. HEX triplet: 91, 6F and 7C. RGB value is (145,111,124). Sum of RGB (Red+Green+Blue) = 145+111+124=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #916F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F7C is #6E9083. Grayscale: #7A7A7A. Windows color (decimal): -7245956 or 8155025. OLE color: 8155025.
HSL color Cylindrical-coordinate representation of color #916F7C: hue angle of 337.06º 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 #916F7C is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 124 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.43 |
| HSL | 337.06º | 0.13% | 0.5% | - |
| HSV(B) | 337.06º | 0.23% | 0.57% | - |
| XYZ | 21 | 18.84 | 21.6 | - |
| YUV | 122.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 124 | 0 | 0.23 | 0.14 | 0.43 | 337.06 | 0.13 | 0.5 |
| Hex | 91 | 6F | 7C | 0 | 17 | E | 2B | 151 | D | 32 |
| Octal | 221 | 157 | 174 | 0 | 27 | 16 | 53 | 521 | 15 | 62 |
| Binary | 10010001 | 1101111 | 1111100 | 0 | 10111 | 1110 | 101011 | 101010001 | 1101 | 110010 |
Color Harmonies of #916F7C
Complementary color
Monochromatic Colors of #916F7C
Black with #916F7C
Text Example
Text Example
White with #916F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F7C; }
p { color: rgb(145,111,124); }
H1.HeaderClassName
{
color: #916F7C;
}
.AnyTagClassName
{
color: #916F7C;
}
</style>
background-color css
<style>
a { background-color: #916F7C; }
a { background-color: rgb(145,111,124); }
div.DivClassName
{
background-color: #916F7C;
}
.BgClassName
{
background-color: #916F7C;
}
</style>
border-color css
<style>
span { border-color: #916F7C; }
span { border-color: rgb(145,111,124); }
td.TdClassName
{
border-color: #916F7C;
}
.TagClassName
{
border-color: #916F7C;
}
</style>