Shades of Strikemaster #866074
Tints of Strikemaster #866074
RGB
CMYK
RGB Variations
Color information
#866074 (or 0x866074) is known color: Strikemaster. HEX triplet: 86, 60 and 74. RGB value is (134,96,116). Sum of RGB (Red+Green+Blue) = 134+96+116=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #866074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866074 is #799F8B. Grayscale: #6D6D6D. Windows color (decimal): -7970700 or 7626886. OLE color: 7626886.
HSL color Cylindrical-coordinate representation of color #866074: hue angle of 328.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866074 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 116 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.47 |
| HSL | 328.42º | 0.17% | 0.45% | - |
| HSV(B) | 328.42º | 0.28% | 0.53% | - |
| XYZ | 17.17 | 14.7 | 18.45 | - |
| YUV | 109.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 116 | 0 | 0.28 | 0.13 | 0.47 | 328.42 | 0.17 | 0.45 |
| Hex | 86 | 60 | 74 | 0 | 1C | D | 2F | 148 | 11 | 2D |
| Octal | 206 | 140 | 164 | 0 | 34 | 15 | 57 | 510 | 21 | 55 |
| Binary | 10000110 | 1100000 | 1110100 | 0 | 11100 | 1101 | 101111 | 101001000 | 10001 | 101101 |
Color Harmonies of #866074
Complementary color
Monochromatic Colors of #866074
Black with #866074
Text Example
Text Example
White with #866074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866074; }
p { color: rgb(134,96,116); }
H1.HeaderClassName
{
color: #866074;
}
.AnyTagClassName
{
color: #866074;
}
</style>
background-color css
<style>
a { background-color: #866074; }
a { background-color: rgb(134,96,116); }
div.DivClassName
{
background-color: #866074;
}
.BgClassName
{
background-color: #866074;
}
</style>
border-color css
<style>
span { border-color: #866074; }
span { border-color: rgb(134,96,116); }
td.TdClassName
{
border-color: #866074;
}
.TagClassName
{
border-color: #866074;
}
</style>