#70726D

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

Shades of Gunsmoke #70726D

Tints of Gunsmoke #70726D

Color information

#70726D (or 0x70726D) is unknown color: approx Gunsmoke. HEX triplet: 70, 72 and 6D. RGB value is (112,114,109). Sum of RGB (Red+Green+Blue) = 112+114+109=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 114 - color contains mainly: green. Hex color #70726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70726D is #8F8D92. Grayscale: #707070. Windows color (decimal): -9407891 or 7172720. OLE color: 7172720.

HSL color Cylindrical-coordinate representation of color #70726D: hue angle of 84º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #70726D is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB112114109-
CMYK0.0200.040.55
HSL84º2.24%43.73%-
HSV(B)84º4.39%44.71%-
XYZ15.4616.5816.85-
YUV112.83125.84127.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=33.43%
G=34.03%
B=32.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121141090.0200.040.55842.2443.73
Hex70726D204375422c
Octal16016215520467124254
Binary111000011100101101101100100110111101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70726D; }

 p { color: rgb(112,114,109); }

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

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

 a { background-color: rgb(112,114,109); }

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

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

 span { border-color: rgb(112,114,109); }

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