#747670

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

Shades of Gunsmoke #747670

Tints of Gunsmoke #747670

Color information

#747670 (or 0x747670) is unknown color: approx Gunsmoke. HEX triplet: 74, 76 and 70. RGB value is (116,118,112). Sum of RGB (Red+Green+Blue) = 116+118+112=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 118 - color contains mainly: green. Hex color #747670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747670 is #8B898F. Grayscale: #747474. Windows color (decimal): -9144720 or 7370356. OLE color: 7370356.

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

Color convert

RGB116118112-
CMYK0.0200.050.54
HSL80º2.61%45.1%-
HSV(B)80º5.08%46.27%-
XYZ16.6117.8417.9-
YUV116.72125.34127.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=33.53%
G=34.10%
B=32.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161181120.0200.050.54802.6145.1
Hex747670205365032d
Octal16416616020566120355
Binary111010011101101110000100101110110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747670; }

 p { color: rgb(116,118,112); }

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

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

 a { background-color: rgb(116,118,112); }

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

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

 span { border-color: rgb(116,118,112); }

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