#71736A

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

Shades of Gunsmoke #71736A

Tints of Gunsmoke #71736A

Color information

#71736A (or 0x71736A) is unknown color: approx Gunsmoke. HEX triplet: 71, 73 and 6A. RGB value is (113,115,106). Sum of RGB (Red+Green+Blue) = 113+115+106=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 115 - color contains mainly: green. Hex color #71736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71736A is #8E8C95. Grayscale: #717171. Windows color (decimal): -9342102 or 6976369. OLE color: 6976369.

HSL color Cylindrical-coordinate representation of color #71736A: hue angle of 73.33º 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 #71736A is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB113115106-
CMYK0.0200.080.55
HSL73.33º4.07%43.33%-
HSV(B)73.33º7.83%45.1%-
XYZ15.5416.8116.06-
YUV113.38123.84127.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=33.83%
G=34.43%
B=31.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131151060.0200.080.5573.334.0743.33
Hex71736A208374942b
Octal161163152201067111453
Binary11100011110011110101010010001101111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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