Shades of Strikemaster #8A6777
Tints of Strikemaster #8A6777
RGB
CMYK
RGB Variations
Color information
#8A6777 (or 0x8A6777) is known color: Strikemaster. HEX triplet: 8A, 67 and 77. RGB value is (138,103,119). Sum of RGB (Red+Green+Blue) = 138+103+119=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6777 is #759888. Grayscale: #737373. Windows color (decimal): -7706761 or 7825290. OLE color: 7825290.
HSL color Cylindrical-coordinate representation of color #8A6777: hue angle of 332.57º degrees, saturation: 0.15, 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 #8A6777 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 103 | 119 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.46 |
| HSL | 332.57º | 0.15% | 0.47% | - |
| HSV(B) | 332.57º | 0.25% | 0.54% | - |
| XYZ | 18.66 | 16.44 | 19.64 | - |
| YUV | 115.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 119 | 0 | 0.25 | 0.14 | 0.46 | 332.57 | 0.15 | 0.47 |
| Hex | 8A | 67 | 77 | 0 | 19 | E | 2E | 14D | F | 2F |
| Octal | 212 | 147 | 167 | 0 | 31 | 16 | 56 | 515 | 17 | 57 |
| Binary | 10001010 | 1100111 | 1110111 | 0 | 11001 | 1110 | 101110 | 101001101 | 1111 | 101111 |
Color Harmonies of #8A6777
Complementary color
Monochromatic Colors of #8A6777
Black with #8A6777
Text Example
Text Example
White with #8A6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6777; }
p { color: rgb(138,103,119); }
H1.HeaderClassName
{
color: #8A6777;
}
.AnyTagClassName
{
color: #8A6777;
}
</style>
background-color css
<style>
a { background-color: #8A6777; }
a { background-color: rgb(138,103,119); }
div.DivClassName
{
background-color: #8A6777;
}
.BgClassName
{
background-color: #8A6777;
}
</style>
border-color css
<style>
span { border-color: #8A6777; }
span { border-color: rgb(138,103,119); }
td.TdClassName
{
border-color: #8A6777;
}
.TagClassName
{
border-color: #8A6777;
}
</style>