Shades of Strikemaster #8B677B
Tints of Strikemaster #8B677B
RGB
CMYK
RGB Variations
Color information
#8B677B (or 0x8B677B) is known color: Strikemaster. HEX triplet: 8B, 67 and 7B. RGB value is (139,103,123). Sum of RGB (Red+Green+Blue) = 139+103+123=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B677B is #749884. Grayscale: #747474. Windows color (decimal): -7641221 or 8087435. OLE color: 8087435.
HSL color Cylindrical-coordinate representation of color #8B677B: hue angle of 326.67º 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 #8B677B is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 123 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.45 |
| HSL | 326.67º | 0.15% | 0.47% | - |
| HSV(B) | 326.67º | 0.26% | 0.55% | - |
| XYZ | 19.07 | 16.62 | 20.94 | - |
| YUV | 116.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 123 | 0 | 0.26 | 0.12 | 0.45 | 326.67 | 0.15 | 0.47 |
| Hex | 8B | 67 | 7B | 0 | 1A | C | 2D | 147 | F | 2F |
| Octal | 213 | 147 | 173 | 0 | 32 | 14 | 55 | 507 | 17 | 57 |
| Binary | 10001011 | 1100111 | 1111011 | 0 | 11010 | 1100 | 101101 | 101000111 | 1111 | 101111 |
Color Harmonies of #8B677B
Complementary color
Monochromatic Colors of #8B677B
Black with #8B677B
Text Example
Text Example
White with #8B677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B677B; }
p { color: rgb(139,103,123); }
H1.HeaderClassName
{
color: #8B677B;
}
.AnyTagClassName
{
color: #8B677B;
}
</style>
background-color css
<style>
a { background-color: #8B677B; }
a { background-color: rgb(139,103,123); }
div.DivClassName
{
background-color: #8B677B;
}
.BgClassName
{
background-color: #8B677B;
}
</style>
border-color css
<style>
span { border-color: #8B677B; }
span { border-color: rgb(139,103,123); }
td.TdClassName
{
border-color: #8B677B;
}
.TagClassName
{
border-color: #8B677B;
}
</style>