Shades of Strikemaster #875F7B
Tints of Strikemaster #875F7B
RGB
CMYK
RGB Variations
Color information
#875F7B (or 0x875F7B) is known color: Strikemaster. HEX triplet: 87, 5F and 7B. RGB value is (135,95,123). Sum of RGB (Red+Green+Blue) = 135+95+123=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #875F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F7B is #78A084. Grayscale: #6E6E6E. Windows color (decimal): -7905413 or 8085383. OLE color: 8085383.
HSL color Cylindrical-coordinate representation of color #875F7B: hue angle of 318º 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 #875F7B is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 123 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.47 |
| HSL | 318º | 0.17% | 0.45% | - |
| HSV(B) | 318º | 0.3% | 0.53% | - |
| XYZ | 17.66 | 14.77 | 20.66 | - |
| YUV | 110.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 123 | 0 | 0.30 | 0.09 | 0.47 | 318 | 0.17 | 0.45 |
| Hex | 87 | 5F | 7B | 0 | 1E | 9 | 2F | 13E | 11 | 2D |
| Octal | 207 | 137 | 173 | 0 | 36 | 11 | 57 | 476 | 21 | 55 |
| Binary | 10000111 | 1011111 | 1111011 | 0 | 11110 | 1001 | 101111 | 100111110 | 10001 | 101101 |
Color Harmonies of #875F7B
Complementary color
Monochromatic Colors of #875F7B
Black with #875F7B
Text Example
Text Example
White with #875F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F7B; }
p { color: rgb(135,95,123); }
H1.HeaderClassName
{
color: #875F7B;
}
.AnyTagClassName
{
color: #875F7B;
}
</style>
background-color css
<style>
a { background-color: #875F7B; }
a { background-color: rgb(135,95,123); }
div.DivClassName
{
background-color: #875F7B;
}
.BgClassName
{
background-color: #875F7B;
}
</style>
border-color css
<style>
span { border-color: #875F7B; }
span { border-color: rgb(135,95,123); }
td.TdClassName
{
border-color: #875F7B;
}
.TagClassName
{
border-color: #875F7B;
}
</style>