#747966

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

Shades of Gunsmoke #747966

Tints of Gunsmoke #747966

Color information

#747966 (or 0x747966) is unknown color: approx Gunsmoke. HEX triplet: 74, 79 and 66. RGB value is (116,121,102). Sum of RGB (Red+Green+Blue) = 116+121+102=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #747966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747966 is #8B8699. Grayscale: #757575. Windows color (decimal): -9143962 or 6715764. OLE color: 6715764.

HSL color Cylindrical-coordinate representation of color #747966: hue angle of 75.79º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747966 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB116121102-
CMYK0.0400.160.53
HSL75.79º8.52%43.73%-
HSV(B)75.79º15.7%47.45%-
XYZ16.4418.3515.25-
YUV117.34119.34127.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=34.22%
G=35.69%
B=30.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161211020.0400.160.5375.798.5243.73
Hex7479664010354c92c
Octal1641711464020651141154
Binary11101001111001110011010001000011010110011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747966; }

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

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

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

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

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

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

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

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