Shades of Strikemaster #8B687F
Tints of Strikemaster #8B687F
RGB
CMYK
RGB Variations
Color information
#8B687F (or 0x8B687F) is known color: Strikemaster. HEX triplet: 8B, 68 and 7F. RGB value is (139,104,127). Sum of RGB (Red+Green+Blue) = 139+104+127=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B687F is #749780. Grayscale: #757575. Windows color (decimal): -7640961 or 8349835. OLE color: 8349835.
HSL color Cylindrical-coordinate representation of color #8B687F: hue angle of 320.57º 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 #8B687F is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 127 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.45 |
| HSL | 320.57º | 0.14% | 0.48% | - |
| HSV(B) | 320.57º | 0.25% | 0.55% | - |
| XYZ | 19.43 | 16.92 | 22.32 | - |
| YUV | 117.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 127 | 0 | 0.25 | 0.09 | 0.45 | 320.57 | 0.14 | 0.48 |
| Hex | 8B | 68 | 7F | 0 | 19 | 9 | 2D | 141 | E | 30 |
| Octal | 213 | 150 | 177 | 0 | 31 | 11 | 55 | 501 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1111111 | 0 | 11001 | 1001 | 101101 | 101000001 | 1110 | 110000 |
Color Harmonies of #8B687F
Complementary color
Monochromatic Colors of #8B687F
Black with #8B687F
Text Example
Text Example
White with #8B687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B687F; }
p { color: rgb(139,104,127); }
H1.HeaderClassName
{
color: #8B687F;
}
.AnyTagClassName
{
color: #8B687F;
}
</style>
background-color css
<style>
a { background-color: #8B687F; }
a { background-color: rgb(139,104,127); }
div.DivClassName
{
background-color: #8B687F;
}
.BgClassName
{
background-color: #8B687F;
}
</style>
border-color css
<style>
span { border-color: #8B687F; }
span { border-color: rgb(139,104,127); }
td.TdClassName
{
border-color: #8B687F;
}
.TagClassName
{
border-color: #8B687F;
}
</style>