Shades of Strikemaster #875E76
Tints of Strikemaster #875E76
RGB
CMYK
RGB Variations
Color information
#875E76 (or 0x875E76) is known color: Strikemaster. HEX triplet: 87, 5E and 76. RGB value is (135,94,118). Sum of RGB (Red+Green+Blue) = 135+94+118=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #875E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E76 is #78A189. Grayscale: #6C6C6C. Windows color (decimal): -7905674 or 7757447. OLE color: 7757447.
HSL color Cylindrical-coordinate representation of color #875E76: hue angle of 324.88º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875E76 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 118 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.47 |
| HSL | 324.88º | 0.18% | 0.45% | - |
| HSV(B) | 324.88º | 0.3% | 0.53% | - |
| XYZ | 17.26 | 14.46 | 19.02 | - |
| YUV | 109 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 118 | 0 | 0.30 | 0.13 | 0.47 | 324.88 | 0.18 | 0.45 |
| Hex | 87 | 5E | 76 | 0 | 1E | D | 2F | 145 | 12 | 2D |
| Octal | 207 | 136 | 166 | 0 | 36 | 15 | 57 | 505 | 22 | 55 |
| Binary | 10000111 | 1011110 | 1110110 | 0 | 11110 | 1101 | 101111 | 101000101 | 10010 | 101101 |
Color Harmonies of #875E76
Complementary color
Monochromatic Colors of #875E76
Black with #875E76
Text Example
Text Example
White with #875E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E76; }
p { color: rgb(135,94,118); }
H1.HeaderClassName
{
color: #875E76;
}
.AnyTagClassName
{
color: #875E76;
}
</style>
background-color css
<style>
a { background-color: #875E76; }
a { background-color: rgb(135,94,118); }
div.DivClassName
{
background-color: #875E76;
}
.BgClassName
{
background-color: #875E76;
}
</style>
border-color css
<style>
span { border-color: #875E76; }
span { border-color: rgb(135,94,118); }
td.TdClassName
{
border-color: #875E76;
}
.TagClassName
{
border-color: #875E76;
}
</style>