#74796D

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

Shades of Gunsmoke #74796D

Tints of Gunsmoke #74796D

Color information

#74796D (or 0x74796D) is unknown color: approx Gunsmoke. HEX triplet: 74, 79 and 6D. RGB value is (116,121,109). Sum of RGB (Red+Green+Blue) = 116+121+109=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 121 - color contains mainly: green. Hex color #74796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74796D is #8B8692. Grayscale: #767676. Windows color (decimal): -9143955 or 7174516. OLE color: 7174516.

HSL color Cylindrical-coordinate representation of color #74796D: hue angle of 85º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #74796D is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB116121109-
CMYK0.0400.100.53
HSL85º5.22%45.1%-
HSV(B)85º9.92%47.45%-
XYZ16.818.4917.15-
YUV118.14122.84126.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=33.53%
G=34.97%
B=31.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161211090.0400.100.53855.2245.1
Hex74796D40A355552d
Octal164171155401265125555
Binary111010011110011101101100010101101011010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74796D; }

 p { color: rgb(116,121,109); }

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

<style>
 a { background-color: #74796D; }

 a { background-color: rgb(116,121,109); }

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

<style>
 span { border-color: #74796D; }

 span { border-color: rgb(116,121,109); }

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