#707369

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

Shades of Gunsmoke #707369

Tints of Gunsmoke #707369

Color information

#707369 (or 0x707369) is unknown color: approx Gunsmoke. HEX triplet: 70, 73 and 69. RGB value is (112,115,105). Sum of RGB (Red+Green+Blue) = 112+115+105=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 115 - color contains mainly: green. Hex color #707369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707369 is #8F8C96. Grayscale: #707070. Windows color (decimal): -9407639 or 6910832. OLE color: 6910832.

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

Color convert

RGB112115105-
CMYK0.0300.090.55
HSL78º4.55%43.14%-
HSV(B)78º8.7%45.1%-
XYZ15.3616.7315.78-
YUV112.96123.51127.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=33.73%
G=34.64%
B=31.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121151050.0300.090.55784.5543.14
Hex707369309374e52b
Octal160163151301167116553
Binary11100001110011110100111010011101111001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707369; }

 p { color: rgb(112,115,105); }

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

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

 a { background-color: rgb(112,115,105); }

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

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

 span { border-color: rgb(112,115,105); }

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