#76796F

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

Shades of Gunsmoke #76796F

Tints of Gunsmoke #76796F

Color information

#76796F (or 0x76796F) is unknown color: approx Gunsmoke. HEX triplet: 76, 79 and 6F. RGB value is (118,121,111). Sum of RGB (Red+Green+Blue) = 118+121+111=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 121 - color contains mainly: green. Hex color #76796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76796F is #898690. Grayscale: #777777. Windows color (decimal): -9012881 or 7305590. OLE color: 7305590.

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

Color convert

RGB118121111-
CMYK0.0200.080.53
HSL78º4.31%45.49%-
HSV(B)78º8.26%47.45%-
XYZ17.1818.6717.74-
YUV118.96123.51127.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=33.71%
G=34.57%
B=31.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181211110.0200.080.53784.3145.49
Hex76796F208354e42d
Octal166171157201065116455
Binary11101101111001110111110010001101011001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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