Shades of Strikemaster #87727E
Tints of Strikemaster #87727E
RGB
CMYK
RGB Variations
Color information
#87727E (or 0x87727E) is known color: Strikemaster. HEX triplet: 87, 72 and 7E. RGB value is (135,114,126). Sum of RGB (Red+Green+Blue) = 135+114+126=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87727E is #788D81. Grayscale: #797979. Windows color (decimal): -7900546 or 8286855. OLE color: 8286855.
HSL color Cylindrical-coordinate representation of color #87727E: hue angle of 325.71º degrees, saturation: 0.08, 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 #87727E is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 126 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.47 |
| HSL | 325.71º | 0.08% | 0.49% | - |
| HSV(B) | 325.71º | 0.16% | 0.53% | - |
| XYZ | 19.77 | 18.69 | 22.3 | - |
| YUV | 121.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 126 | 0 | 0.16 | 0.07 | 0.47 | 325.71 | 0.08 | 0.49 |
| Hex | 87 | 72 | 7E | 0 | 10 | 7 | 2F | 146 | 8 | 31 |
| Octal | 207 | 162 | 176 | 0 | 20 | 7 | 57 | 506 | 10 | 61 |
| Binary | 10000111 | 1110010 | 1111110 | 0 | 10000 | 111 | 101111 | 101000110 | 1000 | 110001 |
Color Harmonies of #87727E
Complementary color
Monochromatic Colors of #87727E
Black with #87727E
Text Example
Text Example
White with #87727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87727E; }
p { color: rgb(135,114,126); }
H1.HeaderClassName
{
color: #87727E;
}
.AnyTagClassName
{
color: #87727E;
}
</style>
background-color css
<style>
a { background-color: #87727E; }
a { background-color: rgb(135,114,126); }
div.DivClassName
{
background-color: #87727E;
}
.BgClassName
{
background-color: #87727E;
}
</style>
border-color css
<style>
span { border-color: #87727E; }
span { border-color: rgb(135,114,126); }
td.TdClassName
{
border-color: #87727E;
}
.TagClassName
{
border-color: #87727E;
}
</style>