Shades of Strikemaster #8B677C
Tints of Strikemaster #8B677C
RGB
CMYK
RGB Variations
Color information
#8B677C (or 0x8B677C) is known color: Strikemaster. HEX triplet: 8B, 67 and 7C. RGB value is (139,103,124). Sum of RGB (Red+Green+Blue) = 139+103+124=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B677C is #749883. Grayscale: #747474. Windows color (decimal): -7641220 or 8152971. OLE color: 8152971.
HSL color Cylindrical-coordinate representation of color #8B677C: hue angle of 325º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B677C is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 124 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.45 |
| HSL | 325º | 0.15% | 0.47% | - |
| HSV(B) | 325º | 0.26% | 0.55% | - |
| XYZ | 19.14 | 16.64 | 21.27 | - |
| YUV | 116.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 124 | 0 | 0.26 | 0.11 | 0.45 | 325 | 0.15 | 0.47 |
| Hex | 8B | 67 | 7C | 0 | 1A | B | 2D | 145 | F | 2F |
| Octal | 213 | 147 | 174 | 0 | 32 | 13 | 55 | 505 | 17 | 57 |
| Binary | 10001011 | 1100111 | 1111100 | 0 | 11010 | 1011 | 101101 | 101000101 | 1111 | 101111 |
Color Harmonies of #8B677C
Complementary color
Monochromatic Colors of #8B677C
Black with #8B677C
Text Example
Text Example
White with #8B677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B677C; }
p { color: rgb(139,103,124); }
H1.HeaderClassName
{
color: #8B677C;
}
.AnyTagClassName
{
color: #8B677C;
}
</style>
background-color css
<style>
a { background-color: #8B677C; }
a { background-color: rgb(139,103,124); }
div.DivClassName
{
background-color: #8B677C;
}
.BgClassName
{
background-color: #8B677C;
}
</style>
border-color css
<style>
span { border-color: #8B677C; }
span { border-color: rgb(139,103,124); }
td.TdClassName
{
border-color: #8B677C;
}
.TagClassName
{
border-color: #8B677C;
}
</style>