#747A6A

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

Shades of Gunsmoke #747A6A

Tints of Gunsmoke #747A6A

Color information

#747A6A (or 0x747A6A) is unknown color: approx Gunsmoke. HEX triplet: 74, 7A and 6A. RGB value is (116,122,106). Sum of RGB (Red+Green+Blue) = 116+122+106=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 122 - color contains mainly: green. Hex color #747A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A6A is #8B8595. Grayscale: #767676. Windows color (decimal): -9143702 or 6978164. OLE color: 6978164.

HSL color Cylindrical-coordinate representation of color #747A6A: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747A6A is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB116122106-
CMYK0.0500.130.52
HSL82.5º7.02%44.71%-
HSV(B)82.5º13.11%47.84%-
XYZ16.7618.6716.36-
YUV118.38121.01126.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=33.72%
G=35.47%
B=30.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161221060.0500.130.5282.57.0244.71
Hex747A6A50D345272d
Octal164172152501564122755
Binary111010011110101101010101011011101001010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,122,106); }

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

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

 a { background-color: rgb(116,122,106); }

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

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

 span { border-color: rgb(116,122,106); }

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