Shades of Strikemaster #8B5E75
Tints of Strikemaster #8B5E75
RGB
CMYK
RGB Variations
Color information
#8B5E75 (or 0x8B5E75) is known color: Strikemaster. HEX triplet: 8B, 5E and 75. RGB value is (139,94,117). Sum of RGB (Red+Green+Blue) = 139+94+117=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E75 is #74A18A. Grayscale: #6E6E6E. Windows color (decimal): -7643531 or 7691915. OLE color: 7691915.
HSL color Cylindrical-coordinate representation of color #8B5E75: hue angle of 329.33º 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 #8B5E75 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 117 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.45 |
| HSL | 329.33º | 0.19% | 0.46% | - |
| HSV(B) | 329.33º | 0.32% | 0.55% | - |
| XYZ | 17.86 | 14.78 | 18.74 | - |
| YUV | 110.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 117 | 0 | 0.32 | 0.16 | 0.45 | 329.33 | 0.19 | 0.46 |
| Hex | 8B | 5E | 75 | 0 | 20 | 10 | 2D | 149 | 13 | 2E |
| Octal | 213 | 136 | 165 | 0 | 40 | 20 | 55 | 511 | 23 | 56 |
| Binary | 10001011 | 1011110 | 1110101 | 0 | 100000 | 10000 | 101101 | 101001001 | 10011 | 101110 |
Color Harmonies of #8B5E75
Complementary color
Monochromatic Colors of #8B5E75
Black with #8B5E75
Text Example
Text Example
White with #8B5E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E75; }
p { color: rgb(139,94,117); }
H1.HeaderClassName
{
color: #8B5E75;
}
.AnyTagClassName
{
color: #8B5E75;
}
</style>
background-color css
<style>
a { background-color: #8B5E75; }
a { background-color: rgb(139,94,117); }
div.DivClassName
{
background-color: #8B5E75;
}
.BgClassName
{
background-color: #8B5E75;
}
</style>
border-color css
<style>
span { border-color: #8B5E75; }
span { border-color: rgb(139,94,117); }
td.TdClassName
{
border-color: #8B5E75;
}
.TagClassName
{
border-color: #8B5E75;
}
</style>