Shades of Strikemaster #866D79
Tints of Strikemaster #866D79
RGB
CMYK
RGB Variations
Color information
#866D79 (or 0x866D79) is known color: Strikemaster. HEX triplet: 86, 6D and 79. RGB value is (134,109,121). Sum of RGB (Red+Green+Blue) = 134+109+121=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #866D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D79 is #799286. Grayscale: #757575. Windows color (decimal): -7967367 or 7957894. OLE color: 7957894.
HSL color Cylindrical-coordinate representation of color #866D79: hue angle of 331.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #866D79 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 121 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.47 |
| HSL | 331.2º | 0.1% | 0.48% | - |
| HSV(B) | 331.2º | 0.19% | 0.53% | - |
| XYZ | 18.75 | 17.39 | 20.46 | - |
| YUV | 117.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 121 | 0 | 0.19 | 0.10 | 0.47 | 331.2 | 0.1 | 0.48 |
| Hex | 86 | 6D | 79 | 0 | 13 | A | 2F | 14B | A | 30 |
| Octal | 206 | 155 | 171 | 0 | 23 | 12 | 57 | 513 | 12 | 60 |
| Binary | 10000110 | 1101101 | 1111001 | 0 | 10011 | 1010 | 101111 | 101001011 | 1010 | 110000 |
Color Harmonies of #866D79
Complementary color
Monochromatic Colors of #866D79
Black with #866D79
Text Example
Text Example
White with #866D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D79; }
p { color: rgb(134,109,121); }
H1.HeaderClassName
{
color: #866D79;
}
.AnyTagClassName
{
color: #866D79;
}
</style>
background-color css
<style>
a { background-color: #866D79; }
a { background-color: rgb(134,109,121); }
div.DivClassName
{
background-color: #866D79;
}
.BgClassName
{
background-color: #866D79;
}
</style>
border-color css
<style>
span { border-color: #866D79; }
span { border-color: rgb(134,109,121); }
td.TdClassName
{
border-color: #866D79;
}
.TagClassName
{
border-color: #866D79;
}
</style>