Shades of Gunsmoke #757C6A
Tints of Gunsmoke #757C6A
RGB
CMYK
RGB Variations
Color information
#757C6A (or 0x757C6A) is known color: Gunsmoke. HEX triplet: 75, 7C and 6A. RGB value is (117,124,106). Sum of RGB (Red+Green+Blue) = 117+124+106=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 124 - color contains mainly: green. Hex color #757C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C6A is #8A8395. Grayscale: #777777. Windows color (decimal): -9077654 or 6978677. OLE color: 6978677.
HSL color Cylindrical-coordinate representation of color #757C6A: hue angle of 83.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757C6A is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 106 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.51 |
| HSL | 83.33º | 0.08% | 0.45% | - |
| HSV(B) | 83.33º | 0.15% | 0.49% | - |
| XYZ | 17.15 | 19.24 | 16.45 | - |
| YUV | 119.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 106 | 0.06 | 0 | 0.15 | 0.51 | 83.33 | 0.08 | 0.45 |
| Hex | 75 | 7C | 6A | 6 | 0 | F | 33 | 53 | 8 | 2D |
| Octal | 165 | 174 | 152 | 6 | 0 | 17 | 63 | 123 | 10 | 55 |
| Binary | 1110101 | 1111100 | 1101010 | 110 | 0 | 1111 | 110011 | 1010011 | 1000 | 101101 |
Color Harmonies of #757C6A
Complementary color
Monochromatic Colors of #757C6A
Black with #757C6A
Text Example
Text Example
White with #757C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C6A; }
p { color: rgb(117,124,106); }
H1.HeaderClassName
{
color: #757C6A;
}
.AnyTagClassName
{
color: #757C6A;
}
</style>
background-color css
<style>
a { background-color: #757C6A; }
a { background-color: rgb(117,124,106); }
div.DivClassName
{
background-color: #757C6A;
}
.BgClassName
{
background-color: #757C6A;
}
</style>
border-color css
<style>
span { border-color: #757C6A; }
span { border-color: rgb(117,124,106); }
td.TdClassName
{
border-color: #757C6A;
}
.TagClassName
{
border-color: #757C6A;
}
</style>