Shades of Strikemaster #7E6271
Tints of Strikemaster #7E6271
RGB
CMYK
RGB Variations
Color information
#7E6271 (or 0x7E6271) is known color: Strikemaster. HEX triplet: 7E, 62 and 71. RGB value is (126,98,113). Sum of RGB (Red+Green+Blue) = 126+98+113=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6271 is #819D8E. Grayscale: #6C6C6C. Windows color (decimal): -8494479 or 7430782. OLE color: 7430782.
HSL color Cylindrical-coordinate representation of color #7E6271: hue angle of 327.86º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E6271 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 98 | 113 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.51 |
| HSL | 327.86º | 0.13% | 0.44% | - |
| HSV(B) | 327.86º | 0.22% | 0.49% | - |
| XYZ | 15.95 | 14.36 | 17.55 | - |
| YUV | 108.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 113 | 0 | 0.22 | 0.10 | 0.51 | 327.86 | 0.13 | 0.44 |
| Hex | 7E | 62 | 71 | 0 | 16 | A | 33 | 148 | C | 2C |
| Octal | 176 | 142 | 161 | 0 | 26 | 12 | 63 | 510 | 14 | 54 |
| Binary | 1111110 | 1100010 | 1110001 | 0 | 10110 | 1010 | 110011 | 101001000 | 1100 | 101100 |
Color Harmonies of #7E6271
Complementary color
Monochromatic Colors of #7E6271
Black with #7E6271
Text Example
Text Example
White with #7E6271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6271; }
p { color: rgb(126,98,113); }
H1.HeaderClassName
{
color: #7E6271;
}
.AnyTagClassName
{
color: #7E6271;
}
</style>
background-color css
<style>
a { background-color: #7E6271; }
a { background-color: rgb(126,98,113); }
div.DivClassName
{
background-color: #7E6271;
}
.BgClassName
{
background-color: #7E6271;
}
</style>
border-color css
<style>
span { border-color: #7E6271; }
span { border-color: rgb(126,98,113); }
td.TdClassName
{
border-color: #7E6271;
}
.TagClassName
{
border-color: #7E6271;
}
</style>