Shades of Strikemaster #915E7E
Tints of Strikemaster #915E7E
RGB
CMYK
RGB Variations
Color information
#915E7E (or 0x915E7E) is known color: Strikemaster. HEX triplet: 91, 5E and 7E. RGB value is (145,94,126). Sum of RGB (Red+Green+Blue) = 145+94+126=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #915E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E7E is #6EA181. Grayscale: #707070. Windows color (decimal): -7250306 or 8281745. OLE color: 8281745.
HSL color Cylindrical-coordinate representation of color #915E7E: hue angle of 322.35º 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 #915E7E is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 126 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.43 |
| HSL | 322.35º | 0.21% | 0.47% | - |
| HSV(B) | 322.35º | 0.35% | 0.57% | - |
| XYZ | 19.45 | 15.53 | 21.71 | - |
| YUV | 112.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 126 | 0 | 0.35 | 0.13 | 0.43 | 322.35 | 0.21 | 0.47 |
| Hex | 91 | 5E | 7E | 0 | 23 | D | 2B | 142 | 15 | 2F |
| Octal | 221 | 136 | 176 | 0 | 43 | 15 | 53 | 502 | 25 | 57 |
| Binary | 10010001 | 1011110 | 1111110 | 0 | 100011 | 1101 | 101011 | 101000010 | 10101 | 101111 |
Color Harmonies of #915E7E
Complementary color
Monochromatic Colors of #915E7E
Black with #915E7E
Text Example
Text Example
White with #915E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E7E; }
p { color: rgb(145,94,126); }
H1.HeaderClassName
{
color: #915E7E;
}
.AnyTagClassName
{
color: #915E7E;
}
</style>
background-color css
<style>
a { background-color: #915E7E; }
a { background-color: rgb(145,94,126); }
div.DivClassName
{
background-color: #915E7E;
}
.BgClassName
{
background-color: #915E7E;
}
</style>
border-color css
<style>
span { border-color: #915E7E; }
span { border-color: rgb(145,94,126); }
td.TdClassName
{
border-color: #915E7E;
}
.TagClassName
{
border-color: #915E7E;
}
</style>