Shades of Strikemaster #875D76
Tints of Strikemaster #875D76
RGB
CMYK
RGB Variations
Color information
#875D76 (or 0x875D76) is known color: Strikemaster. HEX triplet: 87, 5D and 76. RGB value is (135,93,118). Sum of RGB (Red+Green+Blue) = 135+93+118=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #875D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D76 is #78A289. Grayscale: #6C6C6C. Windows color (decimal): -7905930 or 7757191. OLE color: 7757191.
HSL color Cylindrical-coordinate representation of color #875D76: hue angle of 324.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #875D76 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 118 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.47 |
| HSL | 324.29º | 0.18% | 0.45% | - |
| HSV(B) | 324.29º | 0.31% | 0.53% | - |
| XYZ | 17.18 | 14.29 | 18.99 | - |
| YUV | 108.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 118 | 0 | 0.31 | 0.13 | 0.47 | 324.29 | 0.18 | 0.45 |
| Hex | 87 | 5D | 76 | 0 | 1F | D | 2F | 144 | 12 | 2D |
| Octal | 207 | 135 | 166 | 0 | 37 | 15 | 57 | 504 | 22 | 55 |
| Binary | 10000111 | 1011101 | 1110110 | 0 | 11111 | 1101 | 101111 | 101000100 | 10010 | 101101 |
Color Harmonies of #875D76
Complementary color
Monochromatic Colors of #875D76
Black with #875D76
Text Example
Text Example
White with #875D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D76; }
p { color: rgb(135,93,118); }
H1.HeaderClassName
{
color: #875D76;
}
.AnyTagClassName
{
color: #875D76;
}
</style>
background-color css
<style>
a { background-color: #875D76; }
a { background-color: rgb(135,93,118); }
div.DivClassName
{
background-color: #875D76;
}
.BgClassName
{
background-color: #875D76;
}
</style>
border-color css
<style>
span { border-color: #875D76; }
span { border-color: rgb(135,93,118); }
td.TdClassName
{
border-color: #875D76;
}
.TagClassName
{
border-color: #875D76;
}
</style>