Shades of Strikemaster #875C7A
Tints of Strikemaster #875C7A
RGB
CMYK
RGB Variations
Color information
#875C7A (or 0x875C7A) is known color: Strikemaster. HEX triplet: 87, 5C and 7A. RGB value is (135,92,122). Sum of RGB (Red+Green+Blue) = 135+92+122=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #875C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C7A is #78A385. Grayscale: #6C6C6C. Windows color (decimal): -7906182 or 8019079. OLE color: 8019079.
HSL color Cylindrical-coordinate representation of color #875C7A: hue angle of 318.14º 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 #875C7A is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 122 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.47 |
| HSL | 318.14º | 0.19% | 0.45% | - |
| HSV(B) | 318.14º | 0.32% | 0.53% | - |
| XYZ | 17.33 | 14.21 | 20.24 | - |
| YUV | 108.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 122 | 0 | 0.32 | 0.10 | 0.47 | 318.14 | 0.19 | 0.45 |
| Hex | 87 | 5C | 7A | 0 | 20 | A | 2F | 13E | 13 | 2D |
| Octal | 207 | 134 | 172 | 0 | 40 | 12 | 57 | 476 | 23 | 55 |
| Binary | 10000111 | 1011100 | 1111010 | 0 | 100000 | 1010 | 101111 | 100111110 | 10011 | 101101 |
Color Harmonies of #875C7A
Complementary color
Monochromatic Colors of #875C7A
Black with #875C7A
Text Example
Text Example
White with #875C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C7A; }
p { color: rgb(135,92,122); }
H1.HeaderClassName
{
color: #875C7A;
}
.AnyTagClassName
{
color: #875C7A;
}
</style>
background-color css
<style>
a { background-color: #875C7A; }
a { background-color: rgb(135,92,122); }
div.DivClassName
{
background-color: #875C7A;
}
.BgClassName
{
background-color: #875C7A;
}
</style>
border-color css
<style>
span { border-color: #875C7A; }
span { border-color: rgb(135,92,122); }
td.TdClassName
{
border-color: #875C7A;
}
.TagClassName
{
border-color: #875C7A;
}
</style>