Shades of Gunsmoke #72756B
Tints of Gunsmoke #72756B
RGB
CMYK
RGB Variations
Color information
#72756B (or 0x72756B) is known color: Gunsmoke. HEX triplet: 72, 75 and 6B. RGB value is (114,117,107). Sum of RGB (Red+Green+Blue) = 114+117+107=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 117 - color contains mainly: green. Hex color #72756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72756B is #8D8A94. Grayscale: #727272. Windows color (decimal): -9276053 or 7042418. OLE color: 7042418.
HSL color Cylindrical-coordinate representation of color #72756B: hue angle of 78º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #72756B is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 117 | 107 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.54 |
| HSL | 78º | 0.04% | 0.44% | - |
| HSV(B) | 78º | 0.09% | 0.46% | - |
| XYZ | 15.95 | 17.36 | 16.42 | - |
| YUV | 114.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 107 | 0.03 | 0 | 0.09 | 0.54 | 78 | 0.04 | 0.44 |
| Hex | 72 | 75 | 6B | 3 | 0 | 9 | 36 | 4E | 4 | 2C |
| Octal | 162 | 165 | 153 | 3 | 0 | 11 | 66 | 116 | 4 | 54 |
| Binary | 1110010 | 1110101 | 1101011 | 11 | 0 | 1001 | 110110 | 1001110 | 100 | 101100 |
Color Harmonies of #72756B
Complementary color
Monochromatic Colors of #72756B
Black with #72756B
Text Example
Text Example
White with #72756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72756B; }
p { color: rgb(114,117,107); }
H1.HeaderClassName
{
color: #72756B;
}
.AnyTagClassName
{
color: #72756B;
}
</style>
background-color css
<style>
a { background-color: #72756B; }
a { background-color: rgb(114,117,107); }
div.DivClassName
{
background-color: #72756B;
}
.BgClassName
{
background-color: #72756B;
}
</style>
border-color css
<style>
span { border-color: #72756B; }
span { border-color: rgb(114,117,107); }
td.TdClassName
{
border-color: #72756B;
}
.TagClassName
{
border-color: #72756B;
}
</style>