Shades of Gunsmoke #757B6C
Tints of Gunsmoke #757B6C
RGB
CMYK
RGB Variations
Color information
#757B6C (or 0x757B6C) is known color: Gunsmoke. HEX triplet: 75, 7B and 6C. RGB value is (117,123,108). Sum of RGB (Red+Green+Blue) = 117+123+108=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 123 - color contains mainly: green. Hex color #757B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B6C is #8A8493. Grayscale: #777777. Windows color (decimal): -9077908 or 7109493. OLE color: 7109493.
HSL color Cylindrical-coordinate representation of color #757B6C: hue angle of 84º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757B6C is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 123 | 108 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.52 |
| HSL | 84º | 0.06% | 0.45% | - |
| HSV(B) | 84º | 0.12% | 0.48% | - |
| XYZ | 17.13 | 19.03 | 16.96 | - |
| YUV | 119.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 108 | 0.05 | 0 | 0.12 | 0.52 | 84 | 0.06 | 0.45 |
| Hex | 75 | 7B | 6C | 5 | 0 | C | 34 | 54 | 6 | 2D |
| Octal | 165 | 173 | 154 | 5 | 0 | 14 | 64 | 124 | 6 | 55 |
| Binary | 1110101 | 1111011 | 1101100 | 101 | 0 | 1100 | 110100 | 1010100 | 110 | 101101 |
Color Harmonies of #757B6C
Complementary color
Monochromatic Colors of #757B6C
Black with #757B6C
Text Example
Text Example
White with #757B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757B6C; }
p { color: rgb(117,123,108); }
H1.HeaderClassName
{
color: #757B6C;
}
.AnyTagClassName
{
color: #757B6C;
}
</style>
background-color css
<style>
a { background-color: #757B6C; }
a { background-color: rgb(117,123,108); }
div.DivClassName
{
background-color: #757B6C;
}
.BgClassName
{
background-color: #757B6C;
}
</style>
border-color css
<style>
span { border-color: #757B6C; }
span { border-color: rgb(117,123,108); }
td.TdClassName
{
border-color: #757B6C;
}
.TagClassName
{
border-color: #757B6C;
}
</style>