Shades of Strikemaster #915B77
Tints of Strikemaster #915B77
RGB
CMYK
RGB Variations
Color information
#915B77 (or 0x915B77) is known color: Strikemaster. HEX triplet: 91, 5B and 77. RGB value is (145,91,119). Sum of RGB (Red+Green+Blue) = 145+91+119=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #915B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B77 is #6EA488. Grayscale: #6E6E6E. Windows color (decimal): -7251081 or 7822225. OLE color: 7822225.
HSL color Cylindrical-coordinate representation of color #915B77: hue angle of 328.89º 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 #915B77 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 91 | 119 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.43 |
| HSL | 328.89º | 0.23% | 0.46% | - |
| HSV(B) | 328.89º | 0.37% | 0.57% | - |
| XYZ | 18.75 | 14.83 | 19.33 | - |
| YUV | 110.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 119 | 0 | 0.37 | 0.18 | 0.43 | 328.89 | 0.23 | 0.46 |
| Hex | 91 | 5B | 77 | 0 | 25 | 12 | 2B | 149 | 17 | 2E |
| Octal | 221 | 133 | 167 | 0 | 45 | 22 | 53 | 511 | 27 | 56 |
| Binary | 10010001 | 1011011 | 1110111 | 0 | 100101 | 10010 | 101011 | 101001001 | 10111 | 101110 |
Color Harmonies of #915B77
Complementary color
Monochromatic Colors of #915B77
Black with #915B77
Text Example
Text Example
White with #915B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915B77; }
p { color: rgb(145,91,119); }
H1.HeaderClassName
{
color: #915B77;
}
.AnyTagClassName
{
color: #915B77;
}
</style>
background-color css
<style>
a { background-color: #915B77; }
a { background-color: rgb(145,91,119); }
div.DivClassName
{
background-color: #915B77;
}
.BgClassName
{
background-color: #915B77;
}
</style>
border-color css
<style>
span { border-color: #915B77; }
span { border-color: rgb(145,91,119); }
td.TdClassName
{
border-color: #915B77;
}
.TagClassName
{
border-color: #915B77;
}
</style>