Shades of Strikemaster #875D77
Tints of Strikemaster #875D77
RGB
CMYK
RGB Variations
Color information
#875D77 (or 0x875D77) is known color: Strikemaster. HEX triplet: 87, 5D and 77. RGB value is (135,93,119). Sum of RGB (Red+Green+Blue) = 135+93+119=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #875D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D77 is #78A288. Grayscale: #6C6C6C. Windows color (decimal): -7905929 or 7822727. OLE color: 7822727.
HSL color Cylindrical-coordinate representation of color #875D77: hue angle of 322.86º 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 #875D77 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 119 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.47 |
| HSL | 322.86º | 0.18% | 0.45% | - |
| HSV(B) | 322.86º | 0.31% | 0.53% | - |
| XYZ | 17.24 | 14.31 | 19.31 | - |
| YUV | 108.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 119 | 0 | 0.31 | 0.12 | 0.47 | 322.86 | 0.18 | 0.45 |
| Hex | 87 | 5D | 77 | 0 | 1F | C | 2F | 143 | 12 | 2D |
| Octal | 207 | 135 | 167 | 0 | 37 | 14 | 57 | 503 | 22 | 55 |
| Binary | 10000111 | 1011101 | 1110111 | 0 | 11111 | 1100 | 101111 | 101000011 | 10010 | 101101 |
Color Harmonies of #875D77
Complementary color
Monochromatic Colors of #875D77
Black with #875D77
Text Example
Text Example
White with #875D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D77; }
p { color: rgb(135,93,119); }
H1.HeaderClassName
{
color: #875D77;
}
.AnyTagClassName
{
color: #875D77;
}
</style>
background-color css
<style>
a { background-color: #875D77; }
a { background-color: rgb(135,93,119); }
div.DivClassName
{
background-color: #875D77;
}
.BgClassName
{
background-color: #875D77;
}
</style>
border-color css
<style>
span { border-color: #875D77; }
span { border-color: rgb(135,93,119); }
td.TdClassName
{
border-color: #875D77;
}
.TagClassName
{
border-color: #875D77;
}
</style>