Shades of Strikemaster #875F74
Tints of Strikemaster #875F74
RGB
CMYK
RGB Variations
Color information
#875F74 (or 0x875F74) is known color: Strikemaster. HEX triplet: 87, 5F and 74. RGB value is (135,95,116). Sum of RGB (Red+Green+Blue) = 135+95+116=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #875F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F74 is #78A08B. Grayscale: #6D6D6D. Windows color (decimal): -7905420 or 7626631. OLE color: 7626631.
HSL color Cylindrical-coordinate representation of color #875F74: hue angle of 328.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875F74 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 116 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.47 |
| HSL | 328.5º | 0.17% | 0.45% | - |
| HSV(B) | 328.5º | 0.3% | 0.53% | - |
| XYZ | 17.24 | 14.6 | 18.43 | - |
| YUV | 109.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 116 | 0 | 0.30 | 0.14 | 0.47 | 328.5 | 0.17 | 0.45 |
| Hex | 87 | 5F | 74 | 0 | 1E | E | 2F | 148 | 11 | 2D |
| Octal | 207 | 137 | 164 | 0 | 36 | 16 | 57 | 510 | 21 | 55 |
| Binary | 10000111 | 1011111 | 1110100 | 0 | 11110 | 1110 | 101111 | 101001000 | 10001 | 101101 |
Color Harmonies of #875F74
Complementary color
Monochromatic Colors of #875F74
Black with #875F74
Text Example
Text Example
White with #875F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F74; }
p { color: rgb(135,95,116); }
H1.HeaderClassName
{
color: #875F74;
}
.AnyTagClassName
{
color: #875F74;
}
</style>
background-color css
<style>
a { background-color: #875F74; }
a { background-color: rgb(135,95,116); }
div.DivClassName
{
background-color: #875F74;
}
.BgClassName
{
background-color: #875F74;
}
</style>
border-color css
<style>
span { border-color: #875F74; }
span { border-color: rgb(135,95,116); }
td.TdClassName
{
border-color: #875F74;
}
.TagClassName
{
border-color: #875F74;
}
</style>