Shades of Strikemaster #8B697F
Tints of Strikemaster #8B697F
RGB
CMYK
RGB Variations
Color information
#8B697F (or 0x8B697F) is known color: Strikemaster. HEX triplet: 8B, 69 and 7F. RGB value is (139,105,127). Sum of RGB (Red+Green+Blue) = 139+105+127=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B697F is #749680. Grayscale: #757575. Windows color (decimal): -7640705 or 8350091. OLE color: 8350091.
HSL color Cylindrical-coordinate representation of color #8B697F: hue angle of 321.18º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B697F is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 127 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.45 |
| HSL | 321.18º | 0.14% | 0.48% | - |
| HSV(B) | 321.18º | 0.24% | 0.55% | - |
| XYZ | 19.53 | 17.12 | 22.35 | - |
| YUV | 117.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 127 | 0 | 0.24 | 0.09 | 0.45 | 321.18 | 0.14 | 0.48 |
| Hex | 8B | 69 | 7F | 0 | 18 | 9 | 2D | 141 | E | 30 |
| Octal | 213 | 151 | 177 | 0 | 30 | 11 | 55 | 501 | 16 | 60 |
| Binary | 10001011 | 1101001 | 1111111 | 0 | 11000 | 1001 | 101101 | 101000001 | 1110 | 110000 |
Color Harmonies of #8B697F
Complementary color
Monochromatic Colors of #8B697F
Black with #8B697F
Text Example
Text Example
White with #8B697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B697F; }
p { color: rgb(139,105,127); }
H1.HeaderClassName
{
color: #8B697F;
}
.AnyTagClassName
{
color: #8B697F;
}
</style>
background-color css
<style>
a { background-color: #8B697F; }
a { background-color: rgb(139,105,127); }
div.DivClassName
{
background-color: #8B697F;
}
.BgClassName
{
background-color: #8B697F;
}
</style>
border-color css
<style>
span { border-color: #8B697F; }
span { border-color: rgb(139,105,127); }
td.TdClassName
{
border-color: #8B697F;
}
.TagClassName
{
border-color: #8B697F;
}
</style>