Shades of Strikemaster #8B647A
Tints of Strikemaster #8B647A
RGB
CMYK
RGB Variations
Color information
#8B647A (or 0x8B647A) is known color: Strikemaster. HEX triplet: 8B, 64 and 7A. RGB value is (139,100,122). Sum of RGB (Red+Green+Blue) = 139+100+122=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B647A is #749B85. Grayscale: #727272. Windows color (decimal): -7641990 or 8021131. OLE color: 8021131.
HSL color Cylindrical-coordinate representation of color #8B647A: hue angle of 326.15º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B647A is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 122 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.45 |
| HSL | 326.15º | 0.16% | 0.47% | - |
| HSV(B) | 326.15º | 0.28% | 0.55% | - |
| XYZ | 18.72 | 16.01 | 20.52 | - |
| YUV | 114.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 122 | 0 | 0.28 | 0.12 | 0.45 | 326.15 | 0.16 | 0.47 |
| Hex | 8B | 64 | 7A | 0 | 1C | C | 2D | 146 | 10 | 2F |
| Octal | 213 | 144 | 172 | 0 | 34 | 14 | 55 | 506 | 20 | 57 |
| Binary | 10001011 | 1100100 | 1111010 | 0 | 11100 | 1100 | 101101 | 101000110 | 10000 | 101111 |
Color Harmonies of #8B647A
Complementary color
Monochromatic Colors of #8B647A
Black with #8B647A
Text Example
Text Example
White with #8B647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B647A; }
p { color: rgb(139,100,122); }
H1.HeaderClassName
{
color: #8B647A;
}
.AnyTagClassName
{
color: #8B647A;
}
</style>
background-color css
<style>
a { background-color: #8B647A; }
a { background-color: rgb(139,100,122); }
div.DivClassName
{
background-color: #8B647A;
}
.BgClassName
{
background-color: #8B647A;
}
</style>
border-color css
<style>
span { border-color: #8B647A; }
span { border-color: rgb(139,100,122); }
td.TdClassName
{
border-color: #8B647A;
}
.TagClassName
{
border-color: #8B647A;
}
</style>