Shades of Strikemaster #866B7B
Tints of Strikemaster #866B7B
RGB
CMYK
RGB Variations
Color information
#866B7B (or 0x866B7B) is known color: Strikemaster. HEX triplet: 86, 6B and 7B. RGB value is (134,107,123). Sum of RGB (Red+Green+Blue) = 134+107+123=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #866B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B7B is #799484. Grayscale: #747474. Windows color (decimal): -7967877 or 8088454. OLE color: 8088454.
HSL color Cylindrical-coordinate representation of color #866B7B: hue angle of 324.44º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #866B7B is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 123 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.47 |
| HSL | 324.44º | 0.11% | 0.47% | - |
| HSV(B) | 324.44º | 0.2% | 0.53% | - |
| XYZ | 18.66 | 17.01 | 21.04 | - |
| YUV | 116.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 123 | 0 | 0.20 | 0.08 | 0.47 | 324.44 | 0.11 | 0.47 |
| Hex | 86 | 6B | 7B | 0 | 14 | 8 | 2F | 144 | B | 2F |
| Octal | 206 | 153 | 173 | 0 | 24 | 10 | 57 | 504 | 13 | 57 |
| Binary | 10000110 | 1101011 | 1111011 | 0 | 10100 | 1000 | 101111 | 101000100 | 1011 | 101111 |
Color Harmonies of #866B7B
Complementary color
Monochromatic Colors of #866B7B
Black with #866B7B
Text Example
Text Example
White with #866B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B7B; }
p { color: rgb(134,107,123); }
H1.HeaderClassName
{
color: #866B7B;
}
.AnyTagClassName
{
color: #866B7B;
}
</style>
background-color css
<style>
a { background-color: #866B7B; }
a { background-color: rgb(134,107,123); }
div.DivClassName
{
background-color: #866B7B;
}
.BgClassName
{
background-color: #866B7B;
}
</style>
border-color css
<style>
span { border-color: #866B7B; }
span { border-color: rgb(134,107,123); }
td.TdClassName
{
border-color: #866B7B;
}
.TagClassName
{
border-color: #866B7B;
}
</style>