Shades of Strikemaster #916F82
Tints of Strikemaster #916F82
RGB
CMYK
RGB Variations
Color information
#916F82 (or 0x916F82) is known color: Strikemaster. HEX triplet: 91, 6F and 82. RGB value is (145,111,130). Sum of RGB (Red+Green+Blue) = 145+111+130=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #916F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916F82 is #6E907D. Grayscale: #7B7B7B. Windows color (decimal): -7245950 or 8548241. OLE color: 8548241.
HSL color Cylindrical-coordinate representation of color #916F82: hue angle of 326.47º 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 #916F82 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 130 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.43 |
| HSL | 326.47º | 0.13% | 0.5% | - |
| HSV(B) | 326.47º | 0.23% | 0.57% | - |
| XYZ | 21.39 | 19 | 23.66 | - |
| YUV | 123.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 130 | 0 | 0.23 | 0.10 | 0.43 | 326.47 | 0.13 | 0.5 |
| Hex | 91 | 6F | 82 | 0 | 17 | A | 2B | 146 | D | 32 |
| Octal | 221 | 157 | 202 | 0 | 27 | 12 | 53 | 506 | 15 | 62 |
| Binary | 10010001 | 1101111 | 10000010 | 0 | 10111 | 1010 | 101011 | 101000110 | 1101 | 110010 |
Color Harmonies of #916F82
Complementary color
Monochromatic Colors of #916F82
Black with #916F82
Text Example
Text Example
White with #916F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F82; }
p { color: rgb(145,111,130); }
H1.HeaderClassName
{
color: #916F82;
}
.AnyTagClassName
{
color: #916F82;
}
</style>
background-color css
<style>
a { background-color: #916F82; }
a { background-color: rgb(145,111,130); }
div.DivClassName
{
background-color: #916F82;
}
.BgClassName
{
background-color: #916F82;
}
</style>
border-color css
<style>
span { border-color: #916F82; }
span { border-color: rgb(145,111,130); }
td.TdClassName
{
border-color: #916F82;
}
.TagClassName
{
border-color: #916F82;
}
</style>