Shades of Gunsmoke #72756C
Tints of Gunsmoke #72756C
RGB
CMYK
RGB Variations
Color information
#72756C (or 0x72756C) is known color: Gunsmoke. HEX triplet: 72, 75 and 6C. RGB value is (114,117,108). Sum of RGB (Red+Green+Blue) = 114+117+108=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 117 - color contains mainly: green. Hex color #72756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72756C is #8D8A93. Grayscale: #737373. Windows color (decimal): -9276052 or 7107954. OLE color: 7107954.
HSL color Cylindrical-coordinate representation of color #72756C: hue angle of 80º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72756C is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 117 | 108 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.54 |
| HSL | 80º | 0.04% | 0.44% | - |
| HSV(B) | 80º | 0.08% | 0.46% | - |
| XYZ | 16.01 | 17.38 | 16.7 | - |
| YUV | 115.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 108 | 0.03 | 0 | 0.08 | 0.54 | 80 | 0.04 | 0.44 |
| Hex | 72 | 75 | 6C | 3 | 0 | 8 | 36 | 50 | 4 | 2C |
| Octal | 162 | 165 | 154 | 3 | 0 | 10 | 66 | 120 | 4 | 54 |
| Binary | 1110010 | 1110101 | 1101100 | 11 | 0 | 1000 | 110110 | 1010000 | 100 | 101100 |
Color Harmonies of #72756C
Complementary color
Monochromatic Colors of #72756C
Black with #72756C
Text Example
Text Example
White with #72756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72756C; }
p { color: rgb(114,117,108); }
H1.HeaderClassName
{
color: #72756C;
}
.AnyTagClassName
{
color: #72756C;
}
</style>
background-color css
<style>
a { background-color: #72756C; }
a { background-color: rgb(114,117,108); }
div.DivClassName
{
background-color: #72756C;
}
.BgClassName
{
background-color: #72756C;
}
</style>
border-color css
<style>
span { border-color: #72756C; }
span { border-color: rgb(114,117,108); }
td.TdClassName
{
border-color: #72756C;
}
.TagClassName
{
border-color: #72756C;
}
</style>