#71756A

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

Shades of Gunsmoke #71756A

Tints of Gunsmoke #71756A

Color information

#71756A (or 0x71756A) is unknown color: approx Gunsmoke. HEX triplet: 71, 75 and 6A. RGB value is (113,117,106). Sum of RGB (Red+Green+Blue) = 113+117+106=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 117 - color contains mainly: green. Hex color #71756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71756A is #8E8A95. Grayscale: #727272. Windows color (decimal): -9341590 or 6976881. OLE color: 6976881.

HSL color Cylindrical-coordinate representation of color #71756A: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71756A is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB113117106-
CMYK0.0300.090.54
HSL81.82º4.93%43.73%-
HSV(B)81.82º9.4%45.88%-
XYZ15.7717.2716.14-
YUV114.55123.17126.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=33.63%
G=34.82%
B=31.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131171060.0300.090.5481.824.9343.73
Hex71756A309365252c
Octal161165152301166122554
Binary11100011110101110101011010011101101010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,117,106); }

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

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

 a { background-color: rgb(113,117,106); }

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

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

 span { border-color: rgb(113,117,106); }

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