#70736A

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

Shades of Gunsmoke #70736A

Tints of Gunsmoke #70736A

Color information

#70736A (or 0x70736A) is unknown color: approx Gunsmoke. HEX triplet: 70, 73 and 6A. RGB value is (112,115,106). Sum of RGB (Red+Green+Blue) = 112+115+106=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 115 - color contains mainly: green. Hex color #70736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70736A is #8F8C95. Grayscale: #717171. Windows color (decimal): -9407638 or 6976368. OLE color: 6976368.

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

Color convert

RGB112115106-
CMYK0.0300.080.55
HSL80º4.07%43.33%-
HSV(B)80º7.83%45.1%-
XYZ15.4116.7516.06-
YUV113.08124.01127.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=33.63%
G=34.53%
B=31.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121151060.0300.080.55804.0743.33
Hex70736A308375042b
Octal160163152301067120453
Binary11100001110011110101011010001101111010000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70736A; }

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

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

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

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

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

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

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

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