Shades of Strikemaster #876479
Tints of Strikemaster #876479
RGB
CMYK
RGB Variations
Color information
#876479 (or 0x876479) is known color: Strikemaster. HEX triplet: 87, 64 and 79. RGB value is (135,100,121). Sum of RGB (Red+Green+Blue) = 135+100+121=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #876479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876479 is #789B86. Grayscale: #707070. Windows color (decimal): -7904135 or 7955591. OLE color: 7955591.
HSL color Cylindrical-coordinate representation of color #876479: hue angle of 324º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876479 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 121 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.47 |
| HSL | 324º | 0.15% | 0.46% | - |
| HSV(B) | 324º | 0.26% | 0.53% | - |
| XYZ | 18 | 15.65 | 20.16 | - |
| YUV | 112.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 121 | 0 | 0.26 | 0.10 | 0.47 | 324 | 0.15 | 0.46 |
| Hex | 87 | 64 | 79 | 0 | 1A | A | 2F | 144 | F | 2E |
| Octal | 207 | 144 | 171 | 0 | 32 | 12 | 57 | 504 | 17 | 56 |
| Binary | 10000111 | 1100100 | 1111001 | 0 | 11010 | 1010 | 101111 | 101000100 | 1111 | 101110 |
Color Harmonies of #876479
Complementary color
Monochromatic Colors of #876479
Black with #876479
Text Example
Text Example
White with #876479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876479; }
p { color: rgb(135,100,121); }
H1.HeaderClassName
{
color: #876479;
}
.AnyTagClassName
{
color: #876479;
}
</style>
background-color css
<style>
a { background-color: #876479; }
a { background-color: rgb(135,100,121); }
div.DivClassName
{
background-color: #876479;
}
.BgClassName
{
background-color: #876479;
}
</style>
border-color css
<style>
span { border-color: #876479; }
span { border-color: rgb(135,100,121); }
td.TdClassName
{
border-color: #876479;
}
.TagClassName
{
border-color: #876479;
}
</style>