Shades of Strikemaster #915B7F
Tints of Strikemaster #915B7F
RGB
CMYK
RGB Variations
Color information
#915B7F (or 0x915B7F) is known color: Strikemaster. HEX triplet: 91, 5B and 7F. RGB value is (145,91,127). Sum of RGB (Red+Green+Blue) = 145+91+127=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #915B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B7F is #6EA480. Grayscale: #6F6F6F. Windows color (decimal): -7251073 or 8346513. OLE color: 8346513.
HSL color Cylindrical-coordinate representation of color #915B7F: hue angle of 320º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915B7F is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 91 | 127 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.43 |
| HSL | 320º | 0.23% | 0.46% | - |
| HSV(B) | 320º | 0.37% | 0.57% | - |
| XYZ | 19.25 | 15.03 | 21.97 | - |
| YUV | 111.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 127 | 0 | 0.37 | 0.12 | 0.43 | 320 | 0.23 | 0.46 |
| Hex | 91 | 5B | 7F | 0 | 25 | C | 2B | 140 | 17 | 2E |
| Octal | 221 | 133 | 177 | 0 | 45 | 14 | 53 | 500 | 27 | 56 |
| Binary | 10010001 | 1011011 | 1111111 | 0 | 100101 | 1100 | 101011 | 101000000 | 10111 | 101110 |
Color Harmonies of #915B7F
Complementary color
Monochromatic Colors of #915B7F
Black with #915B7F
Text Example
Text Example
White with #915B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915B7F; }
p { color: rgb(145,91,127); }
H1.HeaderClassName
{
color: #915B7F;
}
.AnyTagClassName
{
color: #915B7F;
}
</style>
background-color css
<style>
a { background-color: #915B7F; }
a { background-color: rgb(145,91,127); }
div.DivClassName
{
background-color: #915B7F;
}
.BgClassName
{
background-color: #915B7F;
}
</style>
border-color css
<style>
span { border-color: #915B7F; }
span { border-color: rgb(145,91,127); }
td.TdClassName
{
border-color: #915B7F;
}
.TagClassName
{
border-color: #915B7F;
}
</style>