Shades of Gunsmoke #75776D
Tints of Gunsmoke #75776D
RGB
CMYK
RGB Variations
Color information
#75776D (or 0x75776D) is known color: Gunsmoke. HEX triplet: 75, 77 and 6D. RGB value is (117,119,109). Sum of RGB (Red+Green+Blue) = 117+119+109=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 119 - color contains mainly: green. Hex color #75776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75776D is #8A8892. Grayscale: #757575. Windows color (decimal): -9078931 or 7174005. OLE color: 7174005.
HSL color Cylindrical-coordinate representation of color #75776D: hue angle of 72º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75776D is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 109 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.53 |
| HSL | 72º | 0.04% | 0.45% | - |
| HSV(B) | 72º | 0.08% | 0.47% | - |
| XYZ | 16.69 | 18.08 | 17.08 | - |
| YUV | 117.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 109 | 0.02 | 0 | 0.08 | 0.53 | 72 | 0.04 | 0.45 |
| Hex | 75 | 77 | 6D | 2 | 0 | 8 | 35 | 48 | 4 | 2D |
| Octal | 165 | 167 | 155 | 2 | 0 | 10 | 65 | 110 | 4 | 55 |
| Binary | 1110101 | 1110111 | 1101101 | 10 | 0 | 1000 | 110101 | 1001000 | 100 | 101101 |
Color Harmonies of #75776D
Complementary color
Monochromatic Colors of #75776D
Black with #75776D
Text Example
Text Example
White with #75776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75776D; }
p { color: rgb(117,119,109); }
H1.HeaderClassName
{
color: #75776D;
}
.AnyTagClassName
{
color: #75776D;
}
</style>
background-color css
<style>
a { background-color: #75776D; }
a { background-color: rgb(117,119,109); }
div.DivClassName
{
background-color: #75776D;
}
.BgClassName
{
background-color: #75776D;
}
</style>
border-color css
<style>
span { border-color: #75776D; }
span { border-color: rgb(117,119,109); }
td.TdClassName
{
border-color: #75776D;
}
.TagClassName
{
border-color: #75776D;
}
</style>