Shades of Strikemaster #856B7B
Tints of Strikemaster #856B7B
RGB
CMYK
RGB Variations
Color information
#856B7B (or 0x856B7B) is known color: Strikemaster. HEX triplet: 85, 6B and 7B. RGB value is (133,107,123). Sum of RGB (Red+Green+Blue) = 133+107+123=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #856B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B7B is #7A9484. Grayscale: #747474. Windows color (decimal): -8033413 or 8088453. OLE color: 8088453.
HSL color Cylindrical-coordinate representation of color #856B7B: hue angle of 323.08º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856B7B is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 123 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.48 |
| HSL | 323.08º | 0.11% | 0.47% | - |
| HSV(B) | 323.08º | 0.2% | 0.52% | - |
| XYZ | 18.51 | 16.93 | 21.03 | - |
| YUV | 116.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 123 | 0 | 0.20 | 0.08 | 0.48 | 323.08 | 0.11 | 0.47 |
| Hex | 85 | 6B | 7B | 0 | 14 | 8 | 30 | 143 | B | 2F |
| Octal | 205 | 153 | 173 | 0 | 24 | 10 | 60 | 503 | 13 | 57 |
| Binary | 10000101 | 1101011 | 1111011 | 0 | 10100 | 1000 | 110000 | 101000011 | 1011 | 101111 |
Color Harmonies of #856B7B
Complementary color
Monochromatic Colors of #856B7B
Black with #856B7B
Text Example
Text Example
White with #856B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B7B; }
p { color: rgb(133,107,123); }
H1.HeaderClassName
{
color: #856B7B;
}
.AnyTagClassName
{
color: #856B7B;
}
</style>
background-color css
<style>
a { background-color: #856B7B; }
a { background-color: rgb(133,107,123); }
div.DivClassName
{
background-color: #856B7B;
}
.BgClassName
{
background-color: #856B7B;
}
</style>
border-color css
<style>
span { border-color: #856B7B; }
span { border-color: rgb(133,107,123); }
td.TdClassName
{
border-color: #856B7B;
}
.TagClassName
{
border-color: #856B7B;
}
</style>