Shades of Strikemaster #8B697A
Tints of Strikemaster #8B697A
RGB
CMYK
RGB Variations
Color information
#8B697A (or 0x8B697A) is known color: Strikemaster. HEX triplet: 8B, 69 and 7A. RGB value is (139,105,122). Sum of RGB (Red+Green+Blue) = 139+105+122=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B697A is #749685. Grayscale: #757575. Windows color (decimal): -7640710 or 8022411. OLE color: 8022411.
HSL color Cylindrical-coordinate representation of color #8B697A: hue angle of 330º 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 #8B697A is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 122 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.45 |
| HSL | 330º | 0.14% | 0.48% | - |
| HSV(B) | 330º | 0.24% | 0.55% | - |
| XYZ | 19.21 | 17 | 20.68 | - |
| YUV | 117.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 122 | 0 | 0.24 | 0.12 | 0.45 | 330 | 0.14 | 0.48 |
| Hex | 8B | 69 | 7A | 0 | 18 | C | 2D | 14A | E | 30 |
| Octal | 213 | 151 | 172 | 0 | 30 | 14 | 55 | 512 | 16 | 60 |
| Binary | 10001011 | 1101001 | 1111010 | 0 | 11000 | 1100 | 101101 | 101001010 | 1110 | 110000 |
Color Harmonies of #8B697A
Complementary color
Monochromatic Colors of #8B697A
Black with #8B697A
Text Example
Text Example
White with #8B697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B697A; }
p { color: rgb(139,105,122); }
H1.HeaderClassName
{
color: #8B697A;
}
.AnyTagClassName
{
color: #8B697A;
}
</style>
background-color css
<style>
a { background-color: #8B697A; }
a { background-color: rgb(139,105,122); }
div.DivClassName
{
background-color: #8B697A;
}
.BgClassName
{
background-color: #8B697A;
}
</style>
border-color css
<style>
span { border-color: #8B697A; }
span { border-color: rgb(139,105,122); }
td.TdClassName
{
border-color: #8B697A;
}
.TagClassName
{
border-color: #8B697A;
}
</style>