#77796E

Color #77796E Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #77796E

Tints of Gunsmoke #77796E

Color information

#77796E (or 0x77796E) is unknown color: approx Gunsmoke. HEX triplet: 77, 79 and 6E. RGB value is (119,121,110). Sum of RGB (Red+Green+Blue) = 119+121+110=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 121 - color contains mainly: green. Hex color #77796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77796E is #888691. Grayscale: #777777. Windows color (decimal): -8947346 or 7240055. OLE color: 7240055.

HSL color Cylindrical-coordinate representation of color #77796E: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #77796E is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB119121110-
CMYK0.0200.090.53
HSL70.91º4.76%45.29%-
HSV(B)70.91º9.09%47.45%-
XYZ17.2618.7217.46-
YUV119.15122.84127.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=34%
G=34.57%
B=31.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191211100.0200.090.5370.914.7645.29
Hex77796E209354752d
Octal167171156201165107555
Binary11101111111001110111010010011101011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77796E; }

 p { color: rgb(119,121,110); }

 H1.HeaderClassName
 {
   color: #77796E;
 }
 .AnyTagClassName
 {
   color: #77796E;
 }
</style>
background-color css

<style>
 a { background-color: #77796E; }

 a { background-color: rgb(119,121,110); }

 div.DivClassName
 {
   background-color: #77796E;
 }
 .BgClassName
 {
   background-color: #77796E;
 }
</style>
border-color css

<style>
 span { border-color: #77796E; }

 span { border-color: rgb(119,121,110); }

 td.TdClassName
 {
   border-color: #77796E;
 }
 .TagClassName
 {
   border-color: #77796E;
 }
</style>