Shades of Strikemaster #8A647A
Tints of Strikemaster #8A647A
RGB
CMYK
RGB Variations
Color information
#8A647A (or 0x8A647A) is known color: Strikemaster. HEX triplet: 8A, 64 and 7A. RGB value is (138,100,122). Sum of RGB (Red+Green+Blue) = 138+100+122=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A647A is #759B85. Grayscale: #717171. Windows color (decimal): -7707526 or 8021130. OLE color: 8021130.
HSL color Cylindrical-coordinate representation of color #8A647A: hue angle of 325.26º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A647A is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 100 | 122 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.46 |
| HSL | 325.26º | 0.16% | 0.47% | - |
| HSV(B) | 325.26º | 0.28% | 0.54% | - |
| XYZ | 18.55 | 15.92 | 20.51 | - |
| YUV | 113.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 122 | 0 | 0.28 | 0.12 | 0.46 | 325.26 | 0.16 | 0.47 |
| Hex | 8A | 64 | 7A | 0 | 1C | C | 2E | 145 | 10 | 2F |
| Octal | 212 | 144 | 172 | 0 | 34 | 14 | 56 | 505 | 20 | 57 |
| Binary | 10001010 | 1100100 | 1111010 | 0 | 11100 | 1100 | 101110 | 101000101 | 10000 | 101111 |
Color Harmonies of #8A647A
Complementary color
Monochromatic Colors of #8A647A
Black with #8A647A
Text Example
Text Example
White with #8A647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A647A; }
p { color: rgb(138,100,122); }
H1.HeaderClassName
{
color: #8A647A;
}
.AnyTagClassName
{
color: #8A647A;
}
</style>
background-color css
<style>
a { background-color: #8A647A; }
a { background-color: rgb(138,100,122); }
div.DivClassName
{
background-color: #8A647A;
}
.BgClassName
{
background-color: #8A647A;
}
</style>
border-color css
<style>
span { border-color: #8A647A; }
span { border-color: rgb(138,100,122); }
td.TdClassName
{
border-color: #8A647A;
}
.TagClassName
{
border-color: #8A647A;
}
</style>