Shades of Gunsmoke #757C65
Tints of Gunsmoke #757C65
RGB
CMYK
RGB Variations
Color information
#757C65 (or 0x757C65) is known color: Gunsmoke. HEX triplet: 75, 7C and 65. RGB value is (117,124,101). Sum of RGB (Red+Green+Blue) = 117+124+101=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 124 - color contains mainly: green. Hex color #757C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C65 is #8A839A. Grayscale: #777777. Windows color (decimal): -9077659 or 6650997. OLE color: 6650997.
HSL color Cylindrical-coordinate representation of color #757C65: hue angle of 78.26º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757C65 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 101 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.51 |
| HSL | 78.26º | 0.1% | 0.44% | - |
| HSV(B) | 78.26º | 0.19% | 0.49% | - |
| XYZ | 16.89 | 19.14 | 15.12 | - |
| YUV | 119.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 101 | 0.06 | 0 | 0.19 | 0.51 | 78.26 | 0.1 | 0.44 |
| Hex | 75 | 7C | 65 | 6 | 0 | 13 | 33 | 4E | A | 2C |
| Octal | 165 | 174 | 145 | 6 | 0 | 23 | 63 | 116 | 12 | 54 |
| Binary | 1110101 | 1111100 | 1100101 | 110 | 0 | 10011 | 110011 | 1001110 | 1010 | 101100 |
Color Harmonies of #757C65
Complementary color
Monochromatic Colors of #757C65
Black with #757C65
Text Example
Text Example
White with #757C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C65; }
p { color: rgb(117,124,101); }
H1.HeaderClassName
{
color: #757C65;
}
.AnyTagClassName
{
color: #757C65;
}
</style>
background-color css
<style>
a { background-color: #757C65; }
a { background-color: rgb(117,124,101); }
div.DivClassName
{
background-color: #757C65;
}
.BgClassName
{
background-color: #757C65;
}
</style>
border-color css
<style>
span { border-color: #757C65; }
span { border-color: rgb(117,124,101); }
td.TdClassName
{
border-color: #757C65;
}
.TagClassName
{
border-color: #757C65;
}
</style>