#747573

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

Shades of Gunsmoke #747573

Tints of Gunsmoke #747573

Color information

#747573 (or 0x747573) is unknown color: approx Gunsmoke. HEX triplet: 74, 75 and 73. RGB value is (116,117,115). Sum of RGB (Red+Green+Blue) = 116+117+115=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 117 - color contains mainly: green. Hex color #747573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747573 is #8B8A8C. Grayscale: #747474. Windows color (decimal): -9144973 or 7566708. OLE color: 7566708.

HSL color Cylindrical-coordinate representation of color #747573: hue angle of 90º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #747573 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB116117115-
CMYK0.0100.020.54
HSL90º0.86%45.49%-
HSV(B)90º1.71%45.88%-
XYZ16.6617.6718.75-
YUV116.47127.17127.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=33.33%
G=33.62%
B=33.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161171150.0100.020.54900.8645.49
Hex747573102365a12d
Octal16416516310266132155
Binary111010011101011110011101011011010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747573; }

 p { color: rgb(116,117,115); }

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

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

 a { background-color: rgb(116,117,115); }

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

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

 span { border-color: rgb(116,117,115); }

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