Shades of Gunsmoke #71736A
Tints of Gunsmoke #71736A
RGB
CMYK
RGB Variations
Color information
#71736A (or 0x71736A) is known color: Gunsmoke. HEX triplet: 71, 73 and 6A. RGB value is (113,115,106). Sum of RGB (Red+Green+Blue) = 113+115+106=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 115 - color contains mainly: green. Hex color #71736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71736A is #8E8C95. Grayscale: #717171. Windows color (decimal): -9342102 or 6976369. OLE color: 6976369.
HSL color Cylindrical-coordinate representation of color #71736A: hue angle of 73.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71736A is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 106 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.55 |
| HSL | 73.33º | 0.04% | 0.43% | - |
| HSV(B) | 73.33º | 0.08% | 0.45% | - |
| XYZ | 15.54 | 16.81 | 16.06 | - |
| YUV | 113.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 106 | 0.02 | 0 | 0.08 | 0.55 | 73.33 | 0.04 | 0.43 |
| Hex | 71 | 73 | 6A | 2 | 0 | 8 | 37 | 49 | 4 | 2B |
| Octal | 161 | 163 | 152 | 2 | 0 | 10 | 67 | 111 | 4 | 53 |
| Binary | 1110001 | 1110011 | 1101010 | 10 | 0 | 1000 | 110111 | 1001001 | 100 | 101011 |
Color Harmonies of #71736A
Complementary color
Monochromatic Colors of #71736A
Black with #71736A
Text Example
Text Example
White with #71736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71736A; }
p { color: rgb(113,115,106); }
H1.HeaderClassName
{
color: #71736A;
}
.AnyTagClassName
{
color: #71736A;
}
</style>
background-color css
<style>
a { background-color: #71736A; }
a { background-color: rgb(113,115,106); }
div.DivClassName
{
background-color: #71736A;
}
.BgClassName
{
background-color: #71736A;
}
</style>
border-color css
<style>
span { border-color: #71736A; }
span { border-color: rgb(113,115,106); }
td.TdClassName
{
border-color: #71736A;
}
.TagClassName
{
border-color: #71736A;
}
</style>