Shades of Strikemaster #875C73
Tints of Strikemaster #875C73
RGB
CMYK
RGB Variations
Color information
#875C73 (or 0x875C73) is known color: Strikemaster. HEX triplet: 87, 5C and 73. RGB value is (135,92,115). Sum of RGB (Red+Green+Blue) = 135+92+115=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #875C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C73 is #78A38C. Grayscale: #6B6B6B. Windows color (decimal): -7906189 or 7560327. OLE color: 7560327.
HSL color Cylindrical-coordinate representation of color #875C73: hue angle of 327.91º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #875C73 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 115 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.47 |
| HSL | 327.91º | 0.19% | 0.45% | - |
| HSV(B) | 327.91º | 0.32% | 0.53% | - |
| XYZ | 16.91 | 14.04 | 18.04 | - |
| YUV | 107.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 115 | 0 | 0.32 | 0.15 | 0.47 | 327.91 | 0.19 | 0.45 |
| Hex | 87 | 5C | 73 | 0 | 20 | F | 2F | 148 | 13 | 2D |
| Octal | 207 | 134 | 163 | 0 | 40 | 17 | 57 | 510 | 23 | 55 |
| Binary | 10000111 | 1011100 | 1110011 | 0 | 100000 | 1111 | 101111 | 101001000 | 10011 | 101101 |
Color Harmonies of #875C73
Complementary color
Monochromatic Colors of #875C73
Black with #875C73
Text Example
Text Example
White with #875C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C73; }
p { color: rgb(135,92,115); }
H1.HeaderClassName
{
color: #875C73;
}
.AnyTagClassName
{
color: #875C73;
}
</style>
background-color css
<style>
a { background-color: #875C73; }
a { background-color: rgb(135,92,115); }
div.DivClassName
{
background-color: #875C73;
}
.BgClassName
{
background-color: #875C73;
}
</style>
border-color css
<style>
span { border-color: #875C73; }
span { border-color: rgb(135,92,115); }
td.TdClassName
{
border-color: #875C73;
}
.TagClassName
{
border-color: #875C73;
}
</style>