Shades of Strikemaster #915E76
Tints of Strikemaster #915E76
RGB
CMYK
RGB Variations
Color information
#915E76 (or 0x915E76) is known color: Strikemaster. HEX triplet: 91, 5E and 76. RGB value is (145,94,118). Sum of RGB (Red+Green+Blue) = 145+94+118=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #915E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E76 is #6EA189. Grayscale: #6F6F6F. Windows color (decimal): -7250314 or 7757457. OLE color: 7757457.
HSL color Cylindrical-coordinate representation of color #915E76: hue angle of 331.76º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E76 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 118 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.43 |
| HSL | 331.76º | 0.21% | 0.47% | - |
| HSV(B) | 331.76º | 0.35% | 0.57% | - |
| XYZ | 18.95 | 15.33 | 19.1 | - |
| YUV | 111.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 118 | 0 | 0.35 | 0.19 | 0.43 | 331.76 | 0.21 | 0.47 |
| Hex | 91 | 5E | 76 | 0 | 23 | 13 | 2B | 14C | 15 | 2F |
| Octal | 221 | 136 | 166 | 0 | 43 | 23 | 53 | 514 | 25 | 57 |
| Binary | 10010001 | 1011110 | 1110110 | 0 | 100011 | 10011 | 101011 | 101001100 | 10101 | 101111 |
Color Harmonies of #915E76
Complementary color
Monochromatic Colors of #915E76
Black with #915E76
Text Example
Text Example
White with #915E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E76; }
p { color: rgb(145,94,118); }
H1.HeaderClassName
{
color: #915E76;
}
.AnyTagClassName
{
color: #915E76;
}
</style>
background-color css
<style>
a { background-color: #915E76; }
a { background-color: rgb(145,94,118); }
div.DivClassName
{
background-color: #915E76;
}
.BgClassName
{
background-color: #915E76;
}
</style>
border-color css
<style>
span { border-color: #915E76; }
span { border-color: rgb(145,94,118); }
td.TdClassName
{
border-color: #915E76;
}
.TagClassName
{
border-color: #915E76;
}
</style>