Shades of Strikemaster #8B5E76
Tints of Strikemaster #8B5E76
RGB
CMYK
RGB Variations
Color information
#8B5E76 (or 0x8B5E76) is known color: Strikemaster. HEX triplet: 8B, 5E and 76. RGB value is (139,94,118). Sum of RGB (Red+Green+Blue) = 139+94+118=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E76 is #74A189. Grayscale: #6E6E6E. Windows color (decimal): -7643530 or 7757451. OLE color: 7757451.
HSL color Cylindrical-coordinate representation of color #8B5E76: hue angle of 328º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E76 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 94 | 118 | - |
CMYK | 0 | 0.32 | 0.15 | 0.45 |
HSL | 328º | 0.19% | 0.46% | - |
HSV(B) | 328º | 0.32% | 0.55% | - |
XYZ | 17.92 | 14.8 | 19.05 | - |
YUV | 110.19 | 132.41 | 148.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 94 | 118 | 0 | 0.32 | 0.15 | 0.45 | 328 | 0.19 | 0.46 |
Hex | 8B | 5E | 76 | 0 | 20 | F | 2D | 148 | 13 | 2E |
Octal | 213 | 136 | 166 | 0 | 40 | 17 | 55 | 510 | 23 | 56 |
Binary | 10001011 | 1011110 | 1110110 | 0 | 100000 | 1111 | 101101 | 101001000 | 10011 | 101110 |
Color Harmonies of #8B5E76
Complementary color
Monochromatic Colors of #8B5E76
Black with #8B5E76
Text Example
Text Example
White with #8B5E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E76; }
p { color: rgb(139,94,118); }
H1.HeaderClassName
{
color: #8B5E76;
}
.AnyTagClassName
{
color: #8B5E76;
}
</style>
background-color css
<style>
a { background-color: #8B5E76; }
a { background-color: rgb(139,94,118); }
div.DivClassName
{
background-color: #8B5E76;
}
.BgClassName
{
background-color: #8B5E76;
}
</style>
border-color css
<style>
span { border-color: #8B5E76; }
span { border-color: rgb(139,94,118); }
td.TdClassName
{
border-color: #8B5E76;
}
.TagClassName
{
border-color: #8B5E76;
}
</style>