Shades of Strikemaster #875A76
Tints of Strikemaster #875A76
RGB
CMYK
RGB Variations
Color information
#875A76 (or 0x875A76) is known color: Strikemaster. HEX triplet: 87, 5A and 76. RGB value is (135,90,118). Sum of RGB (Red+Green+Blue) = 135+90+118=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #875A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A76 is #78A589. Grayscale: #6A6A6A. Windows color (decimal): -7906698 or 7756423. OLE color: 7756423.
HSL color Cylindrical-coordinate representation of color #875A76: hue angle of 322.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875A76 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 118 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.47 |
| HSL | 322.67º | 0.2% | 0.44% | - |
| HSV(B) | 322.67º | 0.33% | 0.53% | - |
| XYZ | 16.92 | 13.77 | 18.91 | - |
| YUV | 106.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 118 | 0 | 0.33 | 0.13 | 0.47 | 322.67 | 0.2 | 0.44 |
| Hex | 87 | 5A | 76 | 0 | 21 | D | 2F | 143 | 14 | 2C |
| Octal | 207 | 132 | 166 | 0 | 41 | 15 | 57 | 503 | 24 | 54 |
| Binary | 10000111 | 1011010 | 1110110 | 0 | 100001 | 1101 | 101111 | 101000011 | 10100 | 101100 |
Color Harmonies of #875A76
Complementary color
Monochromatic Colors of #875A76
Black with #875A76
Text Example
Text Example
White with #875A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A76; }
p { color: rgb(135,90,118); }
H1.HeaderClassName
{
color: #875A76;
}
.AnyTagClassName
{
color: #875A76;
}
</style>
background-color css
<style>
a { background-color: #875A76; }
a { background-color: rgb(135,90,118); }
div.DivClassName
{
background-color: #875A76;
}
.BgClassName
{
background-color: #875A76;
}
</style>
border-color css
<style>
span { border-color: #875A76; }
span { border-color: rgb(135,90,118); }
td.TdClassName
{
border-color: #875A76;
}
.TagClassName
{
border-color: #875A76;
}
</style>