Shades of Strikemaster #875D74
Tints of Strikemaster #875D74
RGB
CMYK
RGB Variations
Color information
#875D74 (or 0x875D74) is known color: Strikemaster. HEX triplet: 87, 5D and 74. RGB value is (135,93,116). Sum of RGB (Red+Green+Blue) = 135+93+116=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #875D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D74 is #78A28B. Grayscale: #6C6C6C. Windows color (decimal): -7905932 or 7626119. OLE color: 7626119.
HSL color Cylindrical-coordinate representation of color #875D74: hue angle of 327.14º 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 #875D74 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 116 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.47 |
| HSL | 327.14º | 0.18% | 0.45% | - |
| HSV(B) | 327.14º | 0.31% | 0.53% | - |
| XYZ | 17.06 | 14.24 | 18.37 | - |
| YUV | 108.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 116 | 0 | 0.31 | 0.14 | 0.47 | 327.14 | 0.18 | 0.45 |
| Hex | 87 | 5D | 74 | 0 | 1F | E | 2F | 147 | 12 | 2D |
| Octal | 207 | 135 | 164 | 0 | 37 | 16 | 57 | 507 | 22 | 55 |
| Binary | 10000111 | 1011101 | 1110100 | 0 | 11111 | 1110 | 101111 | 101000111 | 10010 | 101101 |
Color Harmonies of #875D74
Complementary color
Monochromatic Colors of #875D74
Black with #875D74
Text Example
Text Example
White with #875D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D74; }
p { color: rgb(135,93,116); }
H1.HeaderClassName
{
color: #875D74;
}
.AnyTagClassName
{
color: #875D74;
}
</style>
background-color css
<style>
a { background-color: #875D74; }
a { background-color: rgb(135,93,116); }
div.DivClassName
{
background-color: #875D74;
}
.BgClassName
{
background-color: #875D74;
}
</style>
border-color css
<style>
span { border-color: #875D74; }
span { border-color: rgb(135,93,116); }
td.TdClassName
{
border-color: #875D74;
}
.TagClassName
{
border-color: #875D74;
}
</style>