Shades of Strikemaster #875D73
Tints of Strikemaster #875D73
RGB
CMYK
RGB Variations
Color information
#875D73 (or 0x875D73) is known color: Strikemaster. HEX triplet: 87, 5D and 73. RGB value is (135,93,115). Sum of RGB (Red+Green+Blue) = 135+93+115=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #875D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D73 is #78A28C. Grayscale: #6C6C6C. Windows color (decimal): -7905933 or 7560583. OLE color: 7560583.
HSL color Cylindrical-coordinate representation of color #875D73: hue angle of 328.57º 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 #875D73 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 115 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.47 |
| HSL | 328.57º | 0.18% | 0.45% | - |
| HSV(B) | 328.57º | 0.31% | 0.53% | - |
| XYZ | 17 | 14.22 | 18.07 | - |
| YUV | 108.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 115 | 0 | 0.31 | 0.15 | 0.47 | 328.57 | 0.18 | 0.45 |
| Hex | 87 | 5D | 73 | 0 | 1F | F | 2F | 149 | 12 | 2D |
| Octal | 207 | 135 | 163 | 0 | 37 | 17 | 57 | 511 | 22 | 55 |
| Binary | 10000111 | 1011101 | 1110011 | 0 | 11111 | 1111 | 101111 | 101001001 | 10010 | 101101 |
Color Harmonies of #875D73
Complementary color
Monochromatic Colors of #875D73
Black with #875D73
Text Example
Text Example
White with #875D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D73; }
p { color: rgb(135,93,115); }
H1.HeaderClassName
{
color: #875D73;
}
.AnyTagClassName
{
color: #875D73;
}
</style>
background-color css
<style>
a { background-color: #875D73; }
a { background-color: rgb(135,93,115); }
div.DivClassName
{
background-color: #875D73;
}
.BgClassName
{
background-color: #875D73;
}
</style>
border-color css
<style>
span { border-color: #875D73; }
span { border-color: rgb(135,93,115); }
td.TdClassName
{
border-color: #875D73;
}
.TagClassName
{
border-color: #875D73;
}
</style>