Shades of Strikemaster #875F77
Tints of Strikemaster #875F77
RGB
CMYK
RGB Variations
Color information
#875F77 (or 0x875F77) is known color: Strikemaster. HEX triplet: 87, 5F and 77. RGB value is (135,95,119). Sum of RGB (Red+Green+Blue) = 135+95+119=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #875F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F77 is #78A088. Grayscale: #6D6D6D. Windows color (decimal): -7905417 or 7823239. OLE color: 7823239.
HSL color Cylindrical-coordinate representation of color #875F77: hue angle of 324º 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 #875F77 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 119 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.47 |
| HSL | 324º | 0.17% | 0.45% | - |
| HSV(B) | 324º | 0.3% | 0.53% | - |
| XYZ | 17.41 | 14.67 | 19.37 | - |
| YUV | 109.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 119 | 0 | 0.30 | 0.12 | 0.47 | 324 | 0.17 | 0.45 |
| Hex | 87 | 5F | 77 | 0 | 1E | C | 2F | 144 | 11 | 2D |
| Octal | 207 | 137 | 167 | 0 | 36 | 14 | 57 | 504 | 21 | 55 |
| Binary | 10000111 | 1011111 | 1110111 | 0 | 11110 | 1100 | 101111 | 101000100 | 10001 | 101101 |
Color Harmonies of #875F77
Complementary color
Monochromatic Colors of #875F77
Black with #875F77
Text Example
Text Example
White with #875F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F77; }
p { color: rgb(135,95,119); }
H1.HeaderClassName
{
color: #875F77;
}
.AnyTagClassName
{
color: #875F77;
}
</style>
background-color css
<style>
a { background-color: #875F77; }
a { background-color: rgb(135,95,119); }
div.DivClassName
{
background-color: #875F77;
}
.BgClassName
{
background-color: #875F77;
}
</style>
border-color css
<style>
span { border-color: #875F77; }
span { border-color: rgb(135,95,119); }
td.TdClassName
{
border-color: #875F77;
}
.TagClassName
{
border-color: #875F77;
}
</style>