#747572

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

Shades of Gunsmoke #747572

Tints of Gunsmoke #747572

Color information

#747572 (or 0x747572) is unknown color: approx Gunsmoke. HEX triplet: 74, 75 and 72. RGB value is (116,117,114). Sum of RGB (Red+Green+Blue) = 116+117+114=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 117 - color contains mainly: green. Hex color #747572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747572 is #8B8A8D. Grayscale: #747474. Windows color (decimal): -9144974 or 7501172. OLE color: 7501172.

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

Color convert

RGB116117114-
CMYK0.0100.030.54
HSL80º1.3%45.29%-
HSV(B)80º2.56%45.88%-
XYZ16.617.6518.45-
YUV116.36126.67127.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=33.43%
G=33.72%
B=32.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161171140.0100.030.54801.345.29
Hex747572103365012d
Octal16416516210366120155
Binary111010011101011110010101111011010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747572; }

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

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

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

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

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

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

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

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