Shades of Strikemaster #8A687A
Tints of Strikemaster #8A687A
RGB
CMYK
RGB Variations
Color information
#8A687A (or 0x8A687A) is known color: Strikemaster. HEX triplet: 8A, 68 and 7A. RGB value is (138,104,122). Sum of RGB (Red+Green+Blue) = 138+104+122=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A687A is #759785. Grayscale: #747474. Windows color (decimal): -7706502 or 8022154. OLE color: 8022154.
HSL color Cylindrical-coordinate representation of color #8A687A: hue angle of 328.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A687A is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 104 | 122 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.46 |
| HSL | 328.24º | 0.14% | 0.47% | - |
| HSV(B) | 328.24º | 0.25% | 0.54% | - |
| XYZ | 18.94 | 16.71 | 20.64 | - |
| YUV | 116.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 122 | 0 | 0.25 | 0.12 | 0.46 | 328.24 | 0.14 | 0.47 |
| Hex | 8A | 68 | 7A | 0 | 19 | C | 2E | 148 | E | 2F |
| Octal | 212 | 150 | 172 | 0 | 31 | 14 | 56 | 510 | 16 | 57 |
| Binary | 10001010 | 1101000 | 1111010 | 0 | 11001 | 1100 | 101110 | 101001000 | 1110 | 101111 |
Color Harmonies of #8A687A
Complementary color
Monochromatic Colors of #8A687A
Black with #8A687A
Text Example
Text Example
White with #8A687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A687A; }
p { color: rgb(138,104,122); }
H1.HeaderClassName
{
color: #8A687A;
}
.AnyTagClassName
{
color: #8A687A;
}
</style>
background-color css
<style>
a { background-color: #8A687A; }
a { background-color: rgb(138,104,122); }
div.DivClassName
{
background-color: #8A687A;
}
.BgClassName
{
background-color: #8A687A;
}
</style>
border-color css
<style>
span { border-color: #8A687A; }
span { border-color: rgb(138,104,122); }
td.TdClassName
{
border-color: #8A687A;
}
.TagClassName
{
border-color: #8A687A;
}
</style>