#74796E

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

Shades of Gunsmoke #74796E

Tints of Gunsmoke #74796E

Color information

#74796E (or 0x74796E) is unknown color: approx Gunsmoke. HEX triplet: 74, 79 and 6E. RGB value is (116,121,110). Sum of RGB (Red+Green+Blue) = 116+121+110=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 121 - color contains mainly: green. Hex color #74796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74796E is #8B8691. Grayscale: #767676. Windows color (decimal): -9143954 or 7240052. OLE color: 7240052.

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

Color convert

RGB116121110-
CMYK0.0400.090.53
HSL87.27º4.76%45.29%-
HSV(B)87.27º9.09%47.45%-
XYZ16.8518.5117.44-
YUV118.25123.34126.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=33.43%
G=34.87%
B=31.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161211100.0400.090.5387.274.7645.29
Hex74796E409355752d
Octal164171156401165127555
Binary111010011110011101110100010011101011010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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