Shades of Gunsmoke #727768
Tints of Gunsmoke #727768
RGB
CMYK
RGB Variations
Color information
#727768 (or 0x727768) is known color: Gunsmoke. HEX triplet: 72, 77 and 68. RGB value is (114,119,104). Sum of RGB (Red+Green+Blue) = 114+119+104=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #727768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727768 is #8D8897. Grayscale: #737373. Windows color (decimal): -9275544 or 6846322. OLE color: 6846322.
HSL color Cylindrical-coordinate representation of color #727768: hue angle of 80º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #727768 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 119 | 104 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.53 |
| HSL | 80º | 0.07% | 0.44% | - |
| HSV(B) | 80º | 0.13% | 0.47% | - |
| XYZ | 16.03 | 17.77 | 15.68 | - |
| YUV | 115.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 104 | 0.04 | 0 | 0.13 | 0.53 | 80 | 0.07 | 0.44 |
| Hex | 72 | 77 | 68 | 4 | 0 | D | 35 | 50 | 7 | 2C |
| Octal | 162 | 167 | 150 | 4 | 0 | 15 | 65 | 120 | 7 | 54 |
| Binary | 1110010 | 1110111 | 1101000 | 100 | 0 | 1101 | 110101 | 1010000 | 111 | 101100 |
Color Harmonies of #727768
Complementary color
Monochromatic Colors of #727768
Black with #727768
Text Example
Text Example
White with #727768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727768; }
p { color: rgb(114,119,104); }
H1.HeaderClassName
{
color: #727768;
}
.AnyTagClassName
{
color: #727768;
}
</style>
background-color css
<style>
a { background-color: #727768; }
a { background-color: rgb(114,119,104); }
div.DivClassName
{
background-color: #727768;
}
.BgClassName
{
background-color: #727768;
}
</style>
border-color css
<style>
span { border-color: #727768; }
span { border-color: rgb(114,119,104); }
td.TdClassName
{
border-color: #727768;
}
.TagClassName
{
border-color: #727768;
}
</style>