Shades of Gunsmoke #7C7E7A
Tints of Gunsmoke #7C7E7A
RGB
CMYK
RGB Variations
Color information
#7C7E7A (or 0x7C7E7A) is known color: Gunsmoke. HEX triplet: 7C, 7E and 7A. RGB value is (124,126,122). Sum of RGB (Red+Green+Blue) = 124+126+122=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 126 - color contains mainly: green. Hex color #7C7E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7E7A is #838185. Grayscale: #7C7C7C. Windows color (decimal): -8618374 or 8027772. OLE color: 8027772.
HSL color Cylindrical-coordinate representation of color #7C7E7A: hue angle of 90º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7C7E7A is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 126 | 122 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.51 |
| HSL | 90º | 0.02% | 0.49% | - |
| HSV(B) | 90º | 0.03% | 0.49% | - |
| XYZ | 19.29 | 20.61 | 21.37 | - |
| YUV | 124.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 122 | 0.02 | 0 | 0.03 | 0.51 | 90 | 0.02 | 0.49 |
| Hex | 7C | 7E | 7A | 2 | 0 | 3 | 33 | 5A | 2 | 31 |
| Octal | 174 | 176 | 172 | 2 | 0 | 3 | 63 | 132 | 2 | 61 |
| Binary | 1111100 | 1111110 | 1111010 | 10 | 0 | 11 | 110011 | 1011010 | 10 | 110001 |
Color Harmonies of #7C7E7A
Complementary color
Monochromatic Colors of #7C7E7A
Black with #7C7E7A
Text Example
Text Example
White with #7C7E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7E7A; }
p { color: rgb(124,126,122); }
H1.HeaderClassName
{
color: #7C7E7A;
}
.AnyTagClassName
{
color: #7C7E7A;
}
</style>
background-color css
<style>
a { background-color: #7C7E7A; }
a { background-color: rgb(124,126,122); }
div.DivClassName
{
background-color: #7C7E7A;
}
.BgClassName
{
background-color: #7C7E7A;
}
</style>
border-color css
<style>
span { border-color: #7C7E7A; }
span { border-color: rgb(124,126,122); }
td.TdClassName
{
border-color: #7C7E7A;
}
.TagClassName
{
border-color: #7C7E7A;
}
</style>