Shades of Strikemaster #8B6B7A
Tints of Strikemaster #8B6B7A
RGB
CMYK
RGB Variations
Color information
#8B6B7A (or 0x8B6B7A) is known color: Strikemaster. HEX triplet: 8B, 6B and 7A. RGB value is (139,107,122). Sum of RGB (Red+Green+Blue) = 139+107+122=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B7A is #749485. Grayscale: #767676. Windows color (decimal): -7640198 or 8022923. OLE color: 8022923.
HSL color Cylindrical-coordinate representation of color #8B6B7A: hue angle of 331.88º 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 #8B6B7A is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 122 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.45 |
| HSL | 331.88º | 0.13% | 0.48% | - |
| HSV(B) | 331.88º | 0.23% | 0.55% | - |
| XYZ | 19.42 | 17.41 | 20.75 | - |
| YUV | 118.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 122 | 0 | 0.23 | 0.12 | 0.45 | 331.88 | 0.13 | 0.48 |
| Hex | 8B | 6B | 7A | 0 | 17 | C | 2D | 14C | D | 30 |
| Octal | 213 | 153 | 172 | 0 | 27 | 14 | 55 | 514 | 15 | 60 |
| Binary | 10001011 | 1101011 | 1111010 | 0 | 10111 | 1100 | 101101 | 101001100 | 1101 | 110000 |
Color Harmonies of #8B6B7A
Complementary color
Monochromatic Colors of #8B6B7A
Black with #8B6B7A
Text Example
Text Example
White with #8B6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B7A; }
p { color: rgb(139,107,122); }
H1.HeaderClassName
{
color: #8B6B7A;
}
.AnyTagClassName
{
color: #8B6B7A;
}
</style>
background-color css
<style>
a { background-color: #8B6B7A; }
a { background-color: rgb(139,107,122); }
div.DivClassName
{
background-color: #8B6B7A;
}
.BgClassName
{
background-color: #8B6B7A;
}
</style>
border-color css
<style>
span { border-color: #8B6B7A; }
span { border-color: rgb(139,107,122); }
td.TdClassName
{
border-color: #8B6B7A;
}
.TagClassName
{
border-color: #8B6B7A;
}
</style>