Shades of Strikemaster #8A667A
Tints of Strikemaster #8A667A
RGB
CMYK
RGB Variations
Color information
#8A667A (or 0x8A667A) is known color: Strikemaster. HEX triplet: 8A, 66 and 7A. RGB value is (138,102,122). Sum of RGB (Red+Green+Blue) = 138+102+122=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A667A is #759985. Grayscale: #737373. Windows color (decimal): -7707014 or 8021642. OLE color: 8021642.
HSL color Cylindrical-coordinate representation of color #8A667A: hue angle of 326.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A667A is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 122 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.46 |
| HSL | 326.67º | 0.15% | 0.47% | - |
| HSV(B) | 326.67º | 0.26% | 0.54% | - |
| XYZ | 18.75 | 16.31 | 20.57 | - |
| YUV | 115.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 122 | 0 | 0.26 | 0.12 | 0.46 | 326.67 | 0.15 | 0.47 |
| Hex | 8A | 66 | 7A | 0 | 1A | C | 2E | 147 | F | 2F |
| Octal | 212 | 146 | 172 | 0 | 32 | 14 | 56 | 507 | 17 | 57 |
| Binary | 10001010 | 1100110 | 1111010 | 0 | 11010 | 1100 | 101110 | 101000111 | 1111 | 101111 |
Color Harmonies of #8A667A
Complementary color
Monochromatic Colors of #8A667A
Black with #8A667A
Text Example
Text Example
White with #8A667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A667A; }
p { color: rgb(138,102,122); }
H1.HeaderClassName
{
color: #8A667A;
}
.AnyTagClassName
{
color: #8A667A;
}
</style>
background-color css
<style>
a { background-color: #8A667A; }
a { background-color: rgb(138,102,122); }
div.DivClassName
{
background-color: #8A667A;
}
.BgClassName
{
background-color: #8A667A;
}
</style>
border-color css
<style>
span { border-color: #8A667A; }
span { border-color: rgb(138,102,122); }
td.TdClassName
{
border-color: #8A667A;
}
.TagClassName
{
border-color: #8A667A;
}
</style>