#70716C

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

Shades of Gunsmoke #70716C

Tints of Gunsmoke #70716C

Color information

#70716C (or 0x70716C) is unknown color: approx Gunsmoke. HEX triplet: 70, 71 and 6C. RGB value is (112,113,108). Sum of RGB (Red+Green+Blue) = 112+113+108=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 113 - color contains mainly: green. Hex color #70716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70716C is #8F8E93. Grayscale: #707070. Windows color (decimal): -9408148 or 7106928. OLE color: 7106928.

HSL color Cylindrical-coordinate representation of color #70716C: hue angle of 72º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #70716C is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB112113108-
CMYK0.0100.040.56
HSL72º2.26%43.33%-
HSV(B)72º4.42%44.31%-
XYZ15.2916.3416.53-
YUV112.13125.67127.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=33.63%
G=33.93%
B=32.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121131080.0100.040.56722.2643.33
Hex70716C104384822b
Octal16016115410470110253
Binary11100001110001110110010100111000100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70716C; }

 p { color: rgb(112,113,108); }

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

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

 a { background-color: rgb(112,113,108); }

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

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

 span { border-color: rgb(112,113,108); }

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