Shades of Strikemaster #887580
Tints of Strikemaster #887580
RGB
CMYK
RGB Variations
Color information
#887580 (or 0x887580) is known color: Strikemaster. HEX triplet: 88, 75 and 80. RGB value is (136,117,128). Sum of RGB (Red+Green+Blue) = 136+117+128=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #887580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887580 is #778A7F. Grayscale: #7B7B7B. Windows color (decimal): -7834240 or 8418696. OLE color: 8418696.
HSL color Cylindrical-coordinate representation of color #887580: hue angle of 325.26º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #887580 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 117 | 128 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.47 |
| HSL | 325.26º | 0.08% | 0.5% | - |
| HSV(B) | 325.26º | 0.14% | 0.53% | - |
| XYZ | 20.41 | 19.52 | 23.11 | - |
| YUV | 123.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 117 | 128 | 0 | 0.14 | 0.06 | 0.47 | 325.26 | 0.08 | 0.5 |
| Hex | 88 | 75 | 80 | 0 | E | 6 | 2F | 145 | 8 | 32 |
| Octal | 210 | 165 | 200 | 0 | 16 | 6 | 57 | 505 | 10 | 62 |
| Binary | 10001000 | 1110101 | 10000000 | 0 | 1110 | 110 | 101111 | 101000101 | 1000 | 110010 |
Color Harmonies of #887580
Complementary color
Monochromatic Colors of #887580
Black with #887580
Text Example
Text Example
White with #887580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887580; }
p { color: rgb(136,117,128); }
H1.HeaderClassName
{
color: #887580;
}
.AnyTagClassName
{
color: #887580;
}
</style>
background-color css
<style>
a { background-color: #887580; }
a { background-color: rgb(136,117,128); }
div.DivClassName
{
background-color: #887580;
}
.BgClassName
{
background-color: #887580;
}
</style>
border-color css
<style>
span { border-color: #887580; }
span { border-color: rgb(136,117,128); }
td.TdClassName
{
border-color: #887580;
}
.TagClassName
{
border-color: #887580;
}
</style>