Shades of Gunsmoke #75786C
Tints of Gunsmoke #75786C
RGB
CMYK
RGB Variations
Color information
#75786C (or 0x75786C) is known color: Gunsmoke. HEX triplet: 75, 78 and 6C. RGB value is (117,120,108). Sum of RGB (Red+Green+Blue) = 117+120+108=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 120 - color contains mainly: green. Hex color #75786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75786C is #8A8793. Grayscale: #757575. Windows color (decimal): -9078676 or 7108725. OLE color: 7108725.
HSL color Cylindrical-coordinate representation of color #75786C: hue angle of 75º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #75786C is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 108 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.53 |
| HSL | 75º | 0.05% | 0.45% | - |
| HSV(B) | 75º | 0.1% | 0.47% | - |
| XYZ | 16.76 | 18.3 | 16.84 | - |
| YUV | 117.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 108 | 0.02 | 0 | 0.10 | 0.53 | 75 | 0.05 | 0.45 |
| Hex | 75 | 78 | 6C | 2 | 0 | A | 35 | 4B | 5 | 2D |
| Octal | 165 | 170 | 154 | 2 | 0 | 12 | 65 | 113 | 5 | 55 |
| Binary | 1110101 | 1111000 | 1101100 | 10 | 0 | 1010 | 110101 | 1001011 | 101 | 101101 |
Color Harmonies of #75786C
Complementary color
Monochromatic Colors of #75786C
Black with #75786C
Text Example
Text Example
White with #75786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75786C; }
p { color: rgb(117,120,108); }
H1.HeaderClassName
{
color: #75786C;
}
.AnyTagClassName
{
color: #75786C;
}
</style>
background-color css
<style>
a { background-color: #75786C; }
a { background-color: rgb(117,120,108); }
div.DivClassName
{
background-color: #75786C;
}
.BgClassName
{
background-color: #75786C;
}
</style>
border-color css
<style>
span { border-color: #75786C; }
span { border-color: rgb(117,120,108); }
td.TdClassName
{
border-color: #75786C;
}
.TagClassName
{
border-color: #75786C;
}
</style>