Shades of Gunsmoke #777B72
Tints of Gunsmoke #777B72
RGB
CMYK
RGB Variations
Color information
#777B72 (or 0x777B72) is known color: Gunsmoke. HEX triplet: 77, 7B and 72. RGB value is (119,123,114). Sum of RGB (Red+Green+Blue) = 119+123+114=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 123 - color contains mainly: green. Hex color #777B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B72 is #88848D. Grayscale: #787878. Windows color (decimal): -8946830 or 7502711. OLE color: 7502711.
HSL color Cylindrical-coordinate representation of color #777B72: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #777B72 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 114 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.52 |
| HSL | 86.67º | 0.04% | 0.46% | - |
| HSV(B) | 86.67º | 0.07% | 0.48% | - |
| XYZ | 17.73 | 19.3 | 18.71 | - |
| YUV | 120.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 114 | 0.03 | 0 | 0.07 | 0.52 | 86.67 | 0.04 | 0.46 |
| Hex | 77 | 7B | 72 | 3 | 0 | 7 | 34 | 57 | 4 | 2E |
| Octal | 167 | 173 | 162 | 3 | 0 | 7 | 64 | 127 | 4 | 56 |
| Binary | 1110111 | 1111011 | 1110010 | 11 | 0 | 111 | 110100 | 1010111 | 100 | 101110 |
Color Harmonies of #777B72
Complementary color
Monochromatic Colors of #777B72
Black with #777B72
Text Example
Text Example
White with #777B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B72; }
p { color: rgb(119,123,114); }
H1.HeaderClassName
{
color: #777B72;
}
.AnyTagClassName
{
color: #777B72;
}
</style>
background-color css
<style>
a { background-color: #777B72; }
a { background-color: rgb(119,123,114); }
div.DivClassName
{
background-color: #777B72;
}
.BgClassName
{
background-color: #777B72;
}
</style>
border-color css
<style>
span { border-color: #777B72; }
span { border-color: rgb(119,123,114); }
td.TdClassName
{
border-color: #777B72;
}
.TagClassName
{
border-color: #777B72;
}
</style>