#70726A

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

Shades of Gunsmoke #70726A

Tints of Gunsmoke #70726A

Color information

#70726A (or 0x70726A) is unknown color: approx Gunsmoke. HEX triplet: 70, 72 and 6A. RGB value is (112,114,106). Sum of RGB (Red+Green+Blue) = 112+114+106=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 114 - color contains mainly: green. Hex color #70726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70726A is #8F8D95. Grayscale: #707070. Windows color (decimal): -9407894 or 6976112. OLE color: 6976112.

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

Color convert

RGB112114106-
CMYK0.0200.070.55
HSL75º3.64%43.14%-
HSV(B)75º7.02%44.71%-
XYZ15.316.5216.02-
YUV112.49124.34127.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=33.73%
G=34.34%
B=31.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121141060.0200.070.55753.6443.14
Hex70726A207374b42b
Octal16016215220767113453
Binary1110000111001011010101001111101111001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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