Shades of Strikemaster #8A657A
Tints of Strikemaster #8A657A
RGB
CMYK
RGB Variations
Color information
#8A657A (or 0x8A657A) is known color: Strikemaster. HEX triplet: 8A, 65 and 7A. RGB value is (138,101,122). Sum of RGB (Red+Green+Blue) = 138+101+122=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A657A is #759A85. Grayscale: #727272. Windows color (decimal): -7707270 or 8021386. OLE color: 8021386.
HSL color Cylindrical-coordinate representation of color #8A657A: hue angle of 325.95º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A657A is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 122 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.46 |
| HSL | 325.95º | 0.15% | 0.47% | - |
| HSV(B) | 325.95º | 0.27% | 0.54% | - |
| XYZ | 18.65 | 16.12 | 20.54 | - |
| YUV | 114.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 122 | 0 | 0.27 | 0.12 | 0.46 | 325.95 | 0.15 | 0.47 |
| Hex | 8A | 65 | 7A | 0 | 1B | C | 2E | 146 | F | 2F |
| Octal | 212 | 145 | 172 | 0 | 33 | 14 | 56 | 506 | 17 | 57 |
| Binary | 10001010 | 1100101 | 1111010 | 0 | 11011 | 1100 | 101110 | 101000110 | 1111 | 101111 |
Color Harmonies of #8A657A
Complementary color
Monochromatic Colors of #8A657A
Black with #8A657A
Text Example
Text Example
White with #8A657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A657A; }
p { color: rgb(138,101,122); }
H1.HeaderClassName
{
color: #8A657A;
}
.AnyTagClassName
{
color: #8A657A;
}
</style>
background-color css
<style>
a { background-color: #8A657A; }
a { background-color: rgb(138,101,122); }
div.DivClassName
{
background-color: #8A657A;
}
.BgClassName
{
background-color: #8A657A;
}
</style>
border-color css
<style>
span { border-color: #8A657A; }
span { border-color: rgb(138,101,122); }
td.TdClassName
{
border-color: #8A657A;
}
.TagClassName
{
border-color: #8A657A;
}
</style>