Shades of Strikemaster #8B6B78
Tints of Strikemaster #8B6B78
RGB
CMYK
RGB Variations
Color information
#8B6B78 (or 0x8B6B78) is known color: Strikemaster. HEX triplet: 8B, 6B and 78. RGB value is (139,107,120). Sum of RGB (Red+Green+Blue) = 139+107+120=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B78 is #749487. Grayscale: #767676. Windows color (decimal): -7640200 or 7891851. OLE color: 7891851.
HSL color Cylindrical-coordinate representation of color #8B6B78: hue angle of 335.62º 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 #8B6B78 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 120 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.45 |
| HSL | 335.63º | 0.13% | 0.48% | - |
| HSV(B) | 335.63º | 0.23% | 0.55% | - |
| XYZ | 19.3 | 17.36 | 20.1 | - |
| YUV | 118.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 120 | 0 | 0.23 | 0.14 | 0.45 | 335.63 | 0.13 | 0.48 |
| Hex | 8B | 6B | 78 | 0 | 17 | E | 2D | 150 | D | 30 |
| Octal | 213 | 153 | 170 | 0 | 27 | 16 | 55 | 520 | 15 | 60 |
| Binary | 10001011 | 1101011 | 1111000 | 0 | 10111 | 1110 | 101101 | 101010000 | 1101 | 110000 |
Color Harmonies of #8B6B78
Complementary color
Monochromatic Colors of #8B6B78
Black with #8B6B78
Text Example
Text Example
White with #8B6B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B78; }
p { color: rgb(139,107,120); }
H1.HeaderClassName
{
color: #8B6B78;
}
.AnyTagClassName
{
color: #8B6B78;
}
</style>
background-color css
<style>
a { background-color: #8B6B78; }
a { background-color: rgb(139,107,120); }
div.DivClassName
{
background-color: #8B6B78;
}
.BgClassName
{
background-color: #8B6B78;
}
</style>
border-color css
<style>
span { border-color: #8B6B78; }
span { border-color: rgb(139,107,120); }
td.TdClassName
{
border-color: #8B6B78;
}
.TagClassName
{
border-color: #8B6B78;
}
</style>