Shades of Strikemaster #876E7D
Tints of Strikemaster #876E7D
RGB
CMYK
RGB Variations
Color information
#876E7D (or 0x876E7D) is known color: Strikemaster. HEX triplet: 87, 6E and 7D. RGB value is (135,110,125). Sum of RGB (Red+Green+Blue) = 135+110+125=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #876E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E7D is #789182. Grayscale: #777777. Windows color (decimal): -7901571 or 8220295. OLE color: 8220295.
HSL color Cylindrical-coordinate representation of color #876E7D: hue angle of 324º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #876E7D is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 125 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.47 |
| HSL | 324º | 0.1% | 0.48% | - |
| HSV(B) | 324º | 0.19% | 0.53% | - |
| XYZ | 19.27 | 17.78 | 21.82 | - |
| YUV | 119.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 125 | 0 | 0.19 | 0.07 | 0.47 | 324 | 0.1 | 0.48 |
| Hex | 87 | 6E | 7D | 0 | 13 | 7 | 2F | 144 | A | 30 |
| Octal | 207 | 156 | 175 | 0 | 23 | 7 | 57 | 504 | 12 | 60 |
| Binary | 10000111 | 1101110 | 1111101 | 0 | 10011 | 111 | 101111 | 101000100 | 1010 | 110000 |
Color Harmonies of #876E7D
Complementary color
Monochromatic Colors of #876E7D
Black with #876E7D
Text Example
Text Example
White with #876E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E7D; }
p { color: rgb(135,110,125); }
H1.HeaderClassName
{
color: #876E7D;
}
.AnyTagClassName
{
color: #876E7D;
}
</style>
background-color css
<style>
a { background-color: #876E7D; }
a { background-color: rgb(135,110,125); }
div.DivClassName
{
background-color: #876E7D;
}
.BgClassName
{
background-color: #876E7D;
}
</style>
border-color css
<style>
span { border-color: #876E7D; }
span { border-color: rgb(135,110,125); }
td.TdClassName
{
border-color: #876E7D;
}
.TagClassName
{
border-color: #876E7D;
}
</style>