Shades of Strikemaster #916B7F
Tints of Strikemaster #916B7F
RGB
CMYK
RGB Variations
Color information
#916B7F (or 0x916B7F) is known color: Strikemaster. HEX triplet: 91, 6B and 7F. RGB value is (145,107,127). Sum of RGB (Red+Green+Blue) = 145+107+127=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #916B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B7F is #6E9480. Grayscale: #787878. Windows color (decimal): -7246977 or 8350609. OLE color: 8350609.
HSL color Cylindrical-coordinate representation of color #916B7F: hue angle of 328.42º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #916B7F is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 107 | 127 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.43 |
| HSL | 328.42º | 0.15% | 0.49% | - |
| HSV(B) | 328.42º | 0.26% | 0.57% | - |
| XYZ | 20.77 | 18.07 | 22.47 | - |
| YUV | 120.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 127 | 0 | 0.26 | 0.12 | 0.43 | 328.42 | 0.15 | 0.49 |
| Hex | 91 | 6B | 7F | 0 | 1A | C | 2B | 148 | F | 31 |
| Octal | 221 | 153 | 177 | 0 | 32 | 14 | 53 | 510 | 17 | 61 |
| Binary | 10010001 | 1101011 | 1111111 | 0 | 11010 | 1100 | 101011 | 101001000 | 1111 | 110001 |
Color Harmonies of #916B7F
Complementary color
Monochromatic Colors of #916B7F
Black with #916B7F
Text Example
Text Example
White with #916B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B7F; }
p { color: rgb(145,107,127); }
H1.HeaderClassName
{
color: #916B7F;
}
.AnyTagClassName
{
color: #916B7F;
}
</style>
background-color css
<style>
a { background-color: #916B7F; }
a { background-color: rgb(145,107,127); }
div.DivClassName
{
background-color: #916B7F;
}
.BgClassName
{
background-color: #916B7F;
}
</style>
border-color css
<style>
span { border-color: #916B7F; }
span { border-color: rgb(145,107,127); }
td.TdClassName
{
border-color: #916B7F;
}
.TagClassName
{
border-color: #916B7F;
}
</style>