Shades of Gunsmoke #7B7E71
Tints of Gunsmoke #7B7E71
RGB
CMYK
RGB Variations
Color information
#7B7E71 (or 0x7B7E71) is known color: Gunsmoke. HEX triplet: 7B, 7E and 71. RGB value is (123,126,113). Sum of RGB (Red+Green+Blue) = 123+126+113=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 126 - color contains mainly: green. Hex color #7B7E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7E71 is #84818E. Grayscale: #7B7B7B. Windows color (decimal): -8683919 or 7437947. OLE color: 7437947.
HSL color Cylindrical-coordinate representation of color #7B7E71: hue angle of 73.85º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B7E71 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 126 | 113 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.51 |
| HSL | 73.85º | 0.05% | 0.47% | - |
| HSV(B) | 73.85º | 0.1% | 0.49% | - |
| XYZ | 18.61 | 20.32 | 18.57 | - |
| YUV | 123.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 113 | 0.02 | 0 | 0.10 | 0.51 | 73.85 | 0.05 | 0.47 |
| Hex | 7B | 7E | 71 | 2 | 0 | A | 33 | 4A | 5 | 2F |
| Octal | 173 | 176 | 161 | 2 | 0 | 12 | 63 | 112 | 5 | 57 |
| Binary | 1111011 | 1111110 | 1110001 | 10 | 0 | 1010 | 110011 | 1001010 | 101 | 101111 |
Color Harmonies of #7B7E71
Complementary color
Monochromatic Colors of #7B7E71
Black with #7B7E71
Text Example
Text Example
White with #7B7E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7E71; }
p { color: rgb(123,126,113); }
H1.HeaderClassName
{
color: #7B7E71;
}
.AnyTagClassName
{
color: #7B7E71;
}
</style>
background-color css
<style>
a { background-color: #7B7E71; }
a { background-color: rgb(123,126,113); }
div.DivClassName
{
background-color: #7B7E71;
}
.BgClassName
{
background-color: #7B7E71;
}
</style>
border-color css
<style>
span { border-color: #7B7E71; }
span { border-color: rgb(123,126,113); }
td.TdClassName
{
border-color: #7B7E71;
}
.TagClassName
{
border-color: #7B7E71;
}
</style>