Shades of Strikemaster #8A727E
Tints of Strikemaster #8A727E
RGB
CMYK
RGB Variations
Color information
#8A727E (or 0x8A727E) is known color: Strikemaster. HEX triplet: 8A, 72 and 7E. RGB value is (138,114,126). Sum of RGB (Red+Green+Blue) = 138+114+126=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 138 - color contains mainly: red. Hex color #8A727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A727E is #758D81. Grayscale: #7A7A7A. Windows color (decimal): -7703938 or 8286858. OLE color: 8286858.
HSL color Cylindrical-coordinate representation of color #8A727E: hue angle of 330º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A727E is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 126 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.46 |
| HSL | 330º | 0.1% | 0.49% | - |
| HSV(B) | 330º | 0.17% | 0.54% | - |
| XYZ | 20.26 | 18.94 | 22.33 | - |
| YUV | 122.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 126 | 0 | 0.17 | 0.09 | 0.46 | 330 | 0.1 | 0.49 |
| Hex | 8A | 72 | 7E | 0 | 11 | 9 | 2E | 14A | A | 31 |
| Octal | 212 | 162 | 176 | 0 | 21 | 11 | 56 | 512 | 12 | 61 |
| Binary | 10001010 | 1110010 | 1111110 | 0 | 10001 | 1001 | 101110 | 101001010 | 1010 | 110001 |
Color Harmonies of #8A727E
Complementary color
Monochromatic Colors of #8A727E
Black with #8A727E
Text Example
Text Example
White with #8A727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A727E; }
p { color: rgb(138,114,126); }
H1.HeaderClassName
{
color: #8A727E;
}
.AnyTagClassName
{
color: #8A727E;
}
</style>
background-color css
<style>
a { background-color: #8A727E; }
a { background-color: rgb(138,114,126); }
div.DivClassName
{
background-color: #8A727E;
}
.BgClassName
{
background-color: #8A727E;
}
</style>
border-color css
<style>
span { border-color: #8A727E; }
span { border-color: rgb(138,114,126); }
td.TdClassName
{
border-color: #8A727E;
}
.TagClassName
{
border-color: #8A727E;
}
</style>