Shades of Strikemaster #8B6577
Tints of Strikemaster #8B6577
RGB
CMYK
RGB Variations
Color information
#8B6577 (or 0x8B6577) is known color: Strikemaster. HEX triplet: 8B, 65 and 77. RGB value is (139,101,119). Sum of RGB (Red+Green+Blue) = 139+101+119=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6577 is #749A88. Grayscale: #727272. Windows color (decimal): -7641737 or 7824779. OLE color: 7824779.
HSL color Cylindrical-coordinate representation of color #8B6577: hue angle of 331.58º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6577 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 119 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.45 |
| HSL | 331.58º | 0.16% | 0.47% | - |
| HSV(B) | 331.58º | 0.27% | 0.55% | - |
| XYZ | 18.63 | 16.13 | 19.58 | - |
| YUV | 114.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 119 | 0 | 0.27 | 0.14 | 0.45 | 331.58 | 0.16 | 0.47 |
| Hex | 8B | 65 | 77 | 0 | 1B | E | 2D | 14C | 10 | 2F |
| Octal | 213 | 145 | 167 | 0 | 33 | 16 | 55 | 514 | 20 | 57 |
| Binary | 10001011 | 1100101 | 1110111 | 0 | 11011 | 1110 | 101101 | 101001100 | 10000 | 101111 |
Color Harmonies of #8B6577
Complementary color
Monochromatic Colors of #8B6577
Black with #8B6577
Text Example
Text Example
White with #8B6577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6577; }
p { color: rgb(139,101,119); }
H1.HeaderClassName
{
color: #8B6577;
}
.AnyTagClassName
{
color: #8B6577;
}
</style>
background-color css
<style>
a { background-color: #8B6577; }
a { background-color: rgb(139,101,119); }
div.DivClassName
{
background-color: #8B6577;
}
.BgClassName
{
background-color: #8B6577;
}
</style>
border-color css
<style>
span { border-color: #8B6577; }
span { border-color: rgb(139,101,119); }
td.TdClassName
{
border-color: #8B6577;
}
.TagClassName
{
border-color: #8B6577;
}
</style>