Shades of Strikemaster #916F7F
Tints of Strikemaster #916F7F
RGB
CMYK
RGB Variations
Color information
#916F7F (or 0x916F7F) is known color: Strikemaster. HEX triplet: 91, 6F and 7F. RGB value is (145,111,127). Sum of RGB (Red+Green+Blue) = 145+111+127=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #916F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F7F is #6E9080. Grayscale: #7A7A7A. Windows color (decimal): -7245953 or 8351633. OLE color: 8351633.
HSL color Cylindrical-coordinate representation of color #916F7F: hue angle of 331.76º 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 #916F7F is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 127 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.43 |
| HSL | 331.76º | 0.13% | 0.5% | - |
| HSV(B) | 331.76º | 0.23% | 0.57% | - |
| XYZ | 21.19 | 18.92 | 22.61 | - |
| YUV | 122.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 127 | 0 | 0.23 | 0.12 | 0.43 | 331.76 | 0.13 | 0.5 |
| Hex | 91 | 6F | 7F | 0 | 17 | C | 2B | 14C | D | 32 |
| Octal | 221 | 157 | 177 | 0 | 27 | 14 | 53 | 514 | 15 | 62 |
| Binary | 10010001 | 1101111 | 1111111 | 0 | 10111 | 1100 | 101011 | 101001100 | 1101 | 110010 |
Color Harmonies of #916F7F
Complementary color
Monochromatic Colors of #916F7F
Black with #916F7F
Text Example
Text Example
White with #916F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F7F; }
p { color: rgb(145,111,127); }
H1.HeaderClassName
{
color: #916F7F;
}
.AnyTagClassName
{
color: #916F7F;
}
</style>
background-color css
<style>
a { background-color: #916F7F; }
a { background-color: rgb(145,111,127); }
div.DivClassName
{
background-color: #916F7F;
}
.BgClassName
{
background-color: #916F7F;
}
</style>
border-color css
<style>
span { border-color: #916F7F; }
span { border-color: rgb(145,111,127); }
td.TdClassName
{
border-color: #916F7F;
}
.TagClassName
{
border-color: #916F7F;
}
</style>