#71746B

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

Shades of Gunsmoke #71746B

Tints of Gunsmoke #71746B

Color information

#71746B (or 0x71746B) is unknown color: approx Gunsmoke. HEX triplet: 71, 74 and 6B. RGB value is (113,116,107). Sum of RGB (Red+Green+Blue) = 113+116+107=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 116 - color contains mainly: green. Hex color #71746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71746B is #8E8B94. Grayscale: #727272. Windows color (decimal): -9341845 or 7042161. OLE color: 7042161.

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

Color convert

RGB113116107-
CMYK0.0300.080.55
HSL80º4.04%43.73%-
HSV(B)80º7.76%45.49%-
XYZ15.7117.0616.38-
YUV114.08124.01127.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 116 (45.70% from 255) = 34.52%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=33.63%
G=34.52%
B=31.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131161070.0300.080.55804.0443.73
Hex71746B308375042c
Octal161164153301067120454
Binary11100011110100110101111010001101111010000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71746B; }

 p { color: rgb(113,116,107); }

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

<style>
 a { background-color: #71746B; }

 a { background-color: rgb(113,116,107); }

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

<style>
 span { border-color: #71746B; }

 span { border-color: rgb(113,116,107); }

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