Shades of Gunsmoke #757770
Tints of Gunsmoke #757770
RGB
CMYK
RGB Variations
Color information
#757770 (or 0x757770) is known color: Gunsmoke. HEX triplet: 75, 77 and 70. RGB value is (117,119,112). Sum of RGB (Red+Green+Blue) = 117+119+112=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 119 - color contains mainly: green. Hex color #757770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757770 is #8A888F. Grayscale: #757575. Windows color (decimal): -9078928 or 7370613. OLE color: 7370613.
HSL color Cylindrical-coordinate representation of color #757770: hue angle of 77.14º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #757770 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 112 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.53 |
| HSL | 77.14º | 0.03% | 0.45% | - |
| HSV(B) | 77.14º | 0.06% | 0.47% | - |
| XYZ | 16.86 | 18.15 | 17.94 | - |
| YUV | 117.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 112 | 0.02 | 0 | 0.06 | 0.53 | 77.14 | 0.03 | 0.45 |
| Hex | 75 | 77 | 70 | 2 | 0 | 6 | 35 | 4D | 3 | 2D |
| Octal | 165 | 167 | 160 | 2 | 0 | 6 | 65 | 115 | 3 | 55 |
| Binary | 1110101 | 1110111 | 1110000 | 10 | 0 | 110 | 110101 | 1001101 | 11 | 101101 |
Color Harmonies of #757770
Complementary color
Monochromatic Colors of #757770
Black with #757770
Text Example
Text Example
White with #757770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757770; }
p { color: rgb(117,119,112); }
H1.HeaderClassName
{
color: #757770;
}
.AnyTagClassName
{
color: #757770;
}
</style>
background-color css
<style>
a { background-color: #757770; }
a { background-color: rgb(117,119,112); }
div.DivClassName
{
background-color: #757770;
}
.BgClassName
{
background-color: #757770;
}
</style>
border-color css
<style>
span { border-color: #757770; }
span { border-color: rgb(117,119,112); }
td.TdClassName
{
border-color: #757770;
}
.TagClassName
{
border-color: #757770;
}
</style>