Shades of Strikemaster #8B6B79
Tints of Strikemaster #8B6B79
RGB
CMYK
RGB Variations
Color information
#8B6B79 (or 0x8B6B79) is known color: Strikemaster. HEX triplet: 8B, 6B and 79. RGB value is (139,107,121). Sum of RGB (Red+Green+Blue) = 139+107+121=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B79 is #749486. Grayscale: #767676. Windows color (decimal): -7640199 or 7957387. OLE color: 7957387.
HSL color Cylindrical-coordinate representation of color #8B6B79: hue angle of 333.75º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B6B79 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 121 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.45 |
| HSL | 333.75º | 0.13% | 0.48% | - |
| HSV(B) | 333.75º | 0.23% | 0.55% | - |
| XYZ | 19.36 | 17.38 | 20.42 | - |
| YUV | 118.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 121 | 0 | 0.23 | 0.13 | 0.45 | 333.75 | 0.13 | 0.48 |
| Hex | 8B | 6B | 79 | 0 | 17 | D | 2D | 14E | D | 30 |
| Octal | 213 | 153 | 171 | 0 | 27 | 15 | 55 | 516 | 15 | 60 |
| Binary | 10001011 | 1101011 | 1111001 | 0 | 10111 | 1101 | 101101 | 101001110 | 1101 | 110000 |
Color Harmonies of #8B6B79
Complementary color
Monochromatic Colors of #8B6B79
Black with #8B6B79
Text Example
Text Example
White with #8B6B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B79; }
p { color: rgb(139,107,121); }
H1.HeaderClassName
{
color: #8B6B79;
}
.AnyTagClassName
{
color: #8B6B79;
}
</style>
background-color css
<style>
a { background-color: #8B6B79; }
a { background-color: rgb(139,107,121); }
div.DivClassName
{
background-color: #8B6B79;
}
.BgClassName
{
background-color: #8B6B79;
}
</style>
border-color css
<style>
span { border-color: #8B6B79; }
span { border-color: rgb(139,107,121); }
td.TdClassName
{
border-color: #8B6B79;
}
.TagClassName
{
border-color: #8B6B79;
}
</style>