Shades of Strikemaster #887280
Tints of Strikemaster #887280
RGB
CMYK
RGB Variations
Color information
#887280 (or 0x887280) is known color: Strikemaster. HEX triplet: 88, 72 and 80. RGB value is (136,114,128). Sum of RGB (Red+Green+Blue) = 136+114+128=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #887280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887280 is #778D7F. Grayscale: #7A7A7A. Windows color (decimal): -7835008 or 8417928. OLE color: 8417928.
HSL color Cylindrical-coordinate representation of color #887280: hue angle of 321.82º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #887280 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 114 | 128 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.47 |
| HSL | 321.82º | 0.09% | 0.49% | - |
| HSV(B) | 321.82º | 0.16% | 0.53% | - |
| XYZ | 20.07 | 18.83 | 23 | - |
| YUV | 122.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 128 | 0 | 0.16 | 0.06 | 0.47 | 321.82 | 0.09 | 0.49 |
| Hex | 88 | 72 | 80 | 0 | 10 | 6 | 2F | 142 | 9 | 31 |
| Octal | 210 | 162 | 200 | 0 | 20 | 6 | 57 | 502 | 11 | 61 |
| Binary | 10001000 | 1110010 | 10000000 | 0 | 10000 | 110 | 101111 | 101000010 | 1001 | 110001 |
Color Harmonies of #887280
Complementary color
Monochromatic Colors of #887280
Black with #887280
Text Example
Text Example
White with #887280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887280; }
p { color: rgb(136,114,128); }
H1.HeaderClassName
{
color: #887280;
}
.AnyTagClassName
{
color: #887280;
}
</style>
background-color css
<style>
a { background-color: #887280; }
a { background-color: rgb(136,114,128); }
div.DivClassName
{
background-color: #887280;
}
.BgClassName
{
background-color: #887280;
}
</style>
border-color css
<style>
span { border-color: #887280; }
span { border-color: rgb(136,114,128); }
td.TdClassName
{
border-color: #887280;
}
.TagClassName
{
border-color: #887280;
}
</style>