Shades of Gunsmoke #7A7F72
Tints of Gunsmoke #7A7F72
RGB
CMYK
RGB Variations
Color information
#7A7F72 (or 0x7A7F72) is known color: Gunsmoke. HEX triplet: 7A, 7F and 72. RGB value is (122,127,114). Sum of RGB (Red+Green+Blue) = 122+127+114=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F72 is #85808D. Grayscale: #7C7C7C. Windows color (decimal): -8749198 or 7503738. OLE color: 7503738.
HSL color Cylindrical-coordinate representation of color #7A7F72: hue angle of 83.08º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A7F72 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 127 | 114 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.50 |
| HSL | 83.08º | 0.05% | 0.47% | - |
| HSV(B) | 83.08º | 0.1% | 0.5% | - |
| XYZ | 18.65 | 20.53 | 18.9 | - |
| YUV | 124.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 114 | 0.04 | 0 | 0.10 | 0.50 | 83.08 | 0.05 | 0.47 |
| Hex | 7A | 7F | 72 | 4 | 0 | A | 32 | 53 | 5 | 2F |
| Octal | 172 | 177 | 162 | 4 | 0 | 12 | 62 | 123 | 5 | 57 |
| Binary | 1111010 | 1111111 | 1110010 | 100 | 0 | 1010 | 110010 | 1010011 | 101 | 101111 |
Color Harmonies of #7A7F72
Complementary color
Monochromatic Colors of #7A7F72
Black with #7A7F72
Text Example
Text Example
White with #7A7F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7F72; }
p { color: rgb(122,127,114); }
H1.HeaderClassName
{
color: #7A7F72;
}
.AnyTagClassName
{
color: #7A7F72;
}
</style>
background-color css
<style>
a { background-color: #7A7F72; }
a { background-color: rgb(122,127,114); }
div.DivClassName
{
background-color: #7A7F72;
}
.BgClassName
{
background-color: #7A7F72;
}
</style>
border-color css
<style>
span { border-color: #7A7F72; }
span { border-color: rgb(122,127,114); }
td.TdClassName
{
border-color: #7A7F72;
}
.TagClassName
{
border-color: #7A7F72;
}
</style>