Shades of Strikemaster #8A6375
Tints of Strikemaster #8A6375
RGB
CMYK
RGB Variations
Color information
#8A6375 (or 0x8A6375) is known color: Strikemaster. HEX triplet: 8A, 63 and 75. RGB value is (138,99,117). Sum of RGB (Red+Green+Blue) = 138+99+117=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6375 is #759C8A. Grayscale: #707070. Windows color (decimal): -7707787 or 7693194. OLE color: 7693194.
HSL color Cylindrical-coordinate representation of color #8A6375: hue angle of 332.31º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A6375 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 99 | 117 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.46 |
| HSL | 332.31º | 0.16% | 0.46% | - |
| HSV(B) | 332.31º | 0.28% | 0.54% | - |
| XYZ | 18.15 | 15.61 | 18.89 | - |
| YUV | 112.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 117 | 0 | 0.28 | 0.15 | 0.46 | 332.31 | 0.16 | 0.46 |
| Hex | 8A | 63 | 75 | 0 | 1C | F | 2E | 14C | 10 | 2E |
| Octal | 212 | 143 | 165 | 0 | 34 | 17 | 56 | 514 | 20 | 56 |
| Binary | 10001010 | 1100011 | 1110101 | 0 | 11100 | 1111 | 101110 | 101001100 | 10000 | 101110 |
Color Harmonies of #8A6375
Complementary color
Monochromatic Colors of #8A6375
Black with #8A6375
Text Example
Text Example
White with #8A6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6375; }
p { color: rgb(138,99,117); }
H1.HeaderClassName
{
color: #8A6375;
}
.AnyTagClassName
{
color: #8A6375;
}
</style>
background-color css
<style>
a { background-color: #8A6375; }
a { background-color: rgb(138,99,117); }
div.DivClassName
{
background-color: #8A6375;
}
.BgClassName
{
background-color: #8A6375;
}
</style>
border-color css
<style>
span { border-color: #8A6375; }
span { border-color: rgb(138,99,117); }
td.TdClassName
{
border-color: #8A6375;
}
.TagClassName
{
border-color: #8A6375;
}
</style>