Shades of Gunsmoke #70716D
Tints of Gunsmoke #70716D
RGB
CMYK
RGB Variations
Color information
#70716D (or 0x70716D) is known color: Gunsmoke. HEX triplet: 70, 71 and 6D. RGB value is (112,113,109). Sum of RGB (Red+Green+Blue) = 112+113+109=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 113 - color contains mainly: green. Hex color #70716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70716D is #8F8E92. Grayscale: #707070. Windows color (decimal): -9408147 or 7172464. OLE color: 7172464.
HSL color Cylindrical-coordinate representation of color #70716D: hue angle of 75º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #70716D is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 109 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.56 |
| HSL | 75º | 0.02% | 0.44% | - |
| HSV(B) | 75º | 0.04% | 0.44% | - |
| XYZ | 15.35 | 16.36 | 16.82 | - |
| YUV | 112.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 109 | 0.01 | 0 | 0.04 | 0.56 | 75 | 0.02 | 0.44 |
| Hex | 70 | 71 | 6D | 1 | 0 | 4 | 38 | 4B | 2 | 2C |
| Octal | 160 | 161 | 155 | 1 | 0 | 4 | 70 | 113 | 2 | 54 |
| Binary | 1110000 | 1110001 | 1101101 | 1 | 0 | 100 | 111000 | 1001011 | 10 | 101100 |
Color Harmonies of #70716D
Complementary color
Monochromatic Colors of #70716D
Black with #70716D
Text Example
Text Example
White with #70716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70716D; }
p { color: rgb(112,113,109); }
H1.HeaderClassName
{
color: #70716D;
}
.AnyTagClassName
{
color: #70716D;
}
</style>
background-color css
<style>
a { background-color: #70716D; }
a { background-color: rgb(112,113,109); }
div.DivClassName
{
background-color: #70716D;
}
.BgClassName
{
background-color: #70716D;
}
</style>
border-color css
<style>
span { border-color: #70716D; }
span { border-color: rgb(112,113,109); }
td.TdClassName
{
border-color: #70716D;
}
.TagClassName
{
border-color: #70716D;
}
</style>