#747B64

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

Shades of Gunsmoke #747B64

Tints of Gunsmoke #747B64

Color information

#747B64 (or 0x747B64) is unknown color: approx Gunsmoke. HEX triplet: 74, 7B and 64. RGB value is (116,123,100). Sum of RGB (Red+Green+Blue) = 116+123+100=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 123 - color contains mainly: green. Hex color #747B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B64 is #8B849B. Grayscale: #767676. Windows color (decimal): -9143452 or 6585204. OLE color: 6585204.

HSL color Cylindrical-coordinate representation of color #747B64: hue angle of 78.26º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #747B64 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB116123100-
CMYK0.0600.190.52
HSL78.26º10.31%43.73%-
HSV(B)78.26º18.7%48.24%-
XYZ16.5918.814.81-
YUV118.28117.68126.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=34.22%
G=36.28%
B=29.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161231000.0600.190.5278.2610.3143.73
Hex747B646013344ea2c
Octal1641731446023641161254
Binary11101001111011110010011001001111010010011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747B64; }

 p { color: rgb(116,123,100); }

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

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

 a { background-color: rgb(116,123,100); }

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

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

 span { border-color: rgb(116,123,100); }

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