Shades of Strikemaster #8B687A
Tints of Strikemaster #8B687A
RGB
CMYK
RGB Variations
Color information
#8B687A (or 0x8B687A) is known color: Strikemaster. HEX triplet: 8B, 68 and 7A. RGB value is (139,104,122). Sum of RGB (Red+Green+Blue) = 139+104+122=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B687A is #749785. Grayscale: #747474. Windows color (decimal): -7640966 or 8022155. OLE color: 8022155.
HSL color Cylindrical-coordinate representation of color #8B687A: hue angle of 329.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B687A is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 122 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.45 |
| HSL | 329.14º | 0.14% | 0.48% | - |
| HSV(B) | 329.14º | 0.25% | 0.55% | - |
| XYZ | 19.11 | 16.79 | 20.65 | - |
| YUV | 116.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 122 | 0 | 0.25 | 0.12 | 0.45 | 329.14 | 0.14 | 0.48 |
| Hex | 8B | 68 | 7A | 0 | 19 | C | 2D | 149 | E | 30 |
| Octal | 213 | 150 | 172 | 0 | 31 | 14 | 55 | 511 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1111010 | 0 | 11001 | 1100 | 101101 | 101001001 | 1110 | 110000 |
Color Harmonies of #8B687A
Complementary color
Monochromatic Colors of #8B687A
Black with #8B687A
Text Example
Text Example
White with #8B687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B687A; }
p { color: rgb(139,104,122); }
H1.HeaderClassName
{
color: #8B687A;
}
.AnyTagClassName
{
color: #8B687A;
}
</style>
background-color css
<style>
a { background-color: #8B687A; }
a { background-color: rgb(139,104,122); }
div.DivClassName
{
background-color: #8B687A;
}
.BgClassName
{
background-color: #8B687A;
}
</style>
border-color css
<style>
span { border-color: #8B687A; }
span { border-color: rgb(139,104,122); }
td.TdClassName
{
border-color: #8B687A;
}
.TagClassName
{
border-color: #8B687A;
}
</style>