#71736D

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

Shades of Gunsmoke #71736D

Tints of Gunsmoke #71736D

Color information

#71736D (or 0x71736D) is unknown color: approx Gunsmoke. HEX triplet: 71, 73 and 6D. RGB value is (113,115,109). Sum of RGB (Red+Green+Blue) = 113+115+109=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 115 - color contains mainly: green. Hex color #71736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71736D is #8E8C92. Grayscale: #717171. Windows color (decimal): -9342099 or 7172977. OLE color: 7172977.

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

Color convert

RGB113115109-
CMYK0.0200.050.55
HSL80º2.68%43.92%-
HSV(B)80º5.22%45.1%-
XYZ15.716.8816.9-
YUV113.72125.34127.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=33.53%
G=34.12%
B=32.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131151090.0200.050.55802.6843.92
Hex71736D205375032c
Octal16116315520567120354
Binary111000111100111101101100101110111101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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