Shades of Strikemaster #8A727F
Tints of Strikemaster #8A727F
RGB
CMYK
RGB Variations
Color information
#8A727F (or 0x8A727F) is known color: Strikemaster. HEX triplet: 8A, 72 and 7F. RGB value is (138,114,127). Sum of RGB (Red+Green+Blue) = 138+114+127=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 138 - color contains mainly: red. Hex color #8A727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A727F is #758D80. Grayscale: #7A7A7A. Windows color (decimal): -7703937 or 8352394. OLE color: 8352394.
HSL color Cylindrical-coordinate representation of color #8A727F: hue angle of 327.5º 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 #8A727F is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 127 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.46 |
| HSL | 327.5º | 0.1% | 0.49% | - |
| HSV(B) | 327.5º | 0.17% | 0.54% | - |
| XYZ | 20.33 | 18.97 | 22.67 | - |
| YUV | 122.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 127 | 0 | 0.17 | 0.08 | 0.46 | 327.5 | 0.1 | 0.49 |
| Hex | 8A | 72 | 7F | 0 | 11 | 8 | 2E | 148 | A | 31 |
| Octal | 212 | 162 | 177 | 0 | 21 | 10 | 56 | 510 | 12 | 61 |
| Binary | 10001010 | 1110010 | 1111111 | 0 | 10001 | 1000 | 101110 | 101001000 | 1010 | 110001 |
Color Harmonies of #8A727F
Complementary color
Monochromatic Colors of #8A727F
Black with #8A727F
Text Example
Text Example
White with #8A727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A727F; }
p { color: rgb(138,114,127); }
H1.HeaderClassName
{
color: #8A727F;
}
.AnyTagClassName
{
color: #8A727F;
}
</style>
background-color css
<style>
a { background-color: #8A727F; }
a { background-color: rgb(138,114,127); }
div.DivClassName
{
background-color: #8A727F;
}
.BgClassName
{
background-color: #8A727F;
}
</style>
border-color css
<style>
span { border-color: #8A727F; }
span { border-color: rgb(138,114,127); }
td.TdClassName
{
border-color: #8A727F;
}
.TagClassName
{
border-color: #8A727F;
}
</style>