Shades of Gunsmoke #777875
Tints of Gunsmoke #777875
RGB
CMYK
RGB Variations
Color information
#777875 (or 0x777875) is known color: Gunsmoke. HEX triplet: 77, 78 and 75. RGB value is (119,120,117). Sum of RGB (Red+Green+Blue) = 119+120+117=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 120 - color contains mainly: green. Hex color #777875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777875 is #88878A. Grayscale: #777777. Windows color (decimal): -8947595 or 7698551. OLE color: 7698551.
HSL color Cylindrical-coordinate representation of color #777875: hue angle of 80º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #777875 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 117 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.53 |
| HSL | 80º | 0.01% | 0.46% | - |
| HSV(B) | 80º | 0.02% | 0.47% | - |
| XYZ | 17.54 | 18.64 | 19.5 | - |
| YUV | 119.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 117 | 0.01 | 0 | 0.02 | 0.53 | 80 | 0.01 | 0.46 |
| Hex | 77 | 78 | 75 | 1 | 0 | 2 | 35 | 50 | 1 | 2E |
| Octal | 167 | 170 | 165 | 1 | 0 | 2 | 65 | 120 | 1 | 56 |
| Binary | 1110111 | 1111000 | 1110101 | 1 | 0 | 10 | 110101 | 1010000 | 1 | 101110 |
Color Harmonies of #777875
Complementary color
Monochromatic Colors of #777875
Black with #777875
Text Example
Text Example
White with #777875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777875; }
p { color: rgb(119,120,117); }
H1.HeaderClassName
{
color: #777875;
}
.AnyTagClassName
{
color: #777875;
}
</style>
background-color css
<style>
a { background-color: #777875; }
a { background-color: rgb(119,120,117); }
div.DivClassName
{
background-color: #777875;
}
.BgClassName
{
background-color: #777875;
}
</style>
border-color css
<style>
span { border-color: #777875; }
span { border-color: rgb(119,120,117); }
td.TdClassName
{
border-color: #777875;
}
.TagClassName
{
border-color: #777875;
}
</style>