Shades of Strikemaster #7F6773
Tints of Strikemaster #7F6773
RGB
CMYK
RGB Variations
Color information
#7F6773 (or 0x7F6773) is known color: Strikemaster. HEX triplet: 7F, 67 and 73. RGB value is (127,103,115). Sum of RGB (Red+Green+Blue) = 127+103+115=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6773 is #80988C. Grayscale: #6F6F6F. Windows color (decimal): -8427661 or 7563135. OLE color: 7563135.
HSL color Cylindrical-coordinate representation of color #7F6773: hue angle of 330º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F6773 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 115 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.50 |
| HSL | 330º | 0.1% | 0.45% | - |
| HSV(B) | 330º | 0.19% | 0.5% | - |
| XYZ | 16.7 | 15.45 | 18.32 | - |
| YUV | 111.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 115 | 0 | 0.19 | 0.09 | 0.50 | 330 | 0.1 | 0.45 |
| Hex | 7F | 67 | 73 | 0 | 13 | 9 | 32 | 14A | A | 2D |
| Octal | 177 | 147 | 163 | 0 | 23 | 11 | 62 | 512 | 12 | 55 |
| Binary | 1111111 | 1100111 | 1110011 | 0 | 10011 | 1001 | 110010 | 101001010 | 1010 | 101101 |
Color Harmonies of #7F6773
Complementary color
Monochromatic Colors of #7F6773
Black with #7F6773
Text Example
Text Example
White with #7F6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6773; }
p { color: rgb(127,103,115); }
H1.HeaderClassName
{
color: #7F6773;
}
.AnyTagClassName
{
color: #7F6773;
}
</style>
background-color css
<style>
a { background-color: #7F6773; }
a { background-color: rgb(127,103,115); }
div.DivClassName
{
background-color: #7F6773;
}
.BgClassName
{
background-color: #7F6773;
}
</style>
border-color css
<style>
span { border-color: #7F6773; }
span { border-color: rgb(127,103,115); }
td.TdClassName
{
border-color: #7F6773;
}
.TagClassName
{
border-color: #7F6773;
}
</style>