#76796E

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

Shades of Gunsmoke #76796E

Tints of Gunsmoke #76796E

Color information

#76796E (or 0x76796E) is unknown color: approx Gunsmoke. HEX triplet: 76, 79 and 6E. RGB value is (118,121,110). Sum of RGB (Red+Green+Blue) = 118+121+110=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 121 - color contains mainly: green. Hex color #76796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76796E is #898691. Grayscale: #767676. Windows color (decimal): -9012882 or 7240054. OLE color: 7240054.

HSL color Cylindrical-coordinate representation of color #76796E: hue angle of 76.36º 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 #76796E is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB118121110-
CMYK0.0200.090.53
HSL76.36º4.76%45.29%-
HSV(B)76.36º9.09%47.45%-
XYZ17.1218.6517.45-
YUV118.85123.01127.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=33.81%
G=34.67%
B=31.52%

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
Decimal1181211100.0200.090.5376.364.7645.29
Hex76796E209354c52d
Octal166171156201165114555
Binary11101101111001110111010010011101011001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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