Shades of Gunsmoke #757D63
Tints of Gunsmoke #757D63
RGB
CMYK
RGB Variations
Color information
#757D63 (or 0x757D63) is known color: Gunsmoke. HEX triplet: 75, 7D and 63. RGB value is (117,125,99). Sum of RGB (Red+Green+Blue) = 117+125+99=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 125 - color contains mainly: green. Hex color #757D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D63 is #8A829C. Grayscale: #777777. Windows color (decimal): -9077405 or 6520181. OLE color: 6520181.
HSL color Cylindrical-coordinate representation of color #757D63: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757D63 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 99 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.51 |
| HSL | 78.46º | 0.12% | 0.44% | - |
| HSV(B) | 78.46º | 0.21% | 0.49% | - |
| XYZ | 16.92 | 19.35 | 14.65 | - |
| YUV | 119.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 99 | 0.06 | 0 | 0.21 | 0.51 | 78.46 | 0.12 | 0.44 |
| Hex | 75 | 7D | 63 | 6 | 0 | 15 | 33 | 4E | C | 2C |
| Octal | 165 | 175 | 143 | 6 | 0 | 25 | 63 | 116 | 14 | 54 |
| Binary | 1110101 | 1111101 | 1100011 | 110 | 0 | 10101 | 110011 | 1001110 | 1100 | 101100 |
Color Harmonies of #757D63
Complementary color
Monochromatic Colors of #757D63
Black with #757D63
Text Example
Text Example
White with #757D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D63; }
p { color: rgb(117,125,99); }
H1.HeaderClassName
{
color: #757D63;
}
.AnyTagClassName
{
color: #757D63;
}
</style>
background-color css
<style>
a { background-color: #757D63; }
a { background-color: rgb(117,125,99); }
div.DivClassName
{
background-color: #757D63;
}
.BgClassName
{
background-color: #757D63;
}
</style>
border-color css
<style>
span { border-color: #757D63; }
span { border-color: rgb(117,125,99); }
td.TdClassName
{
border-color: #757D63;
}
.TagClassName
{
border-color: #757D63;
}
</style>