#71736C

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

Shades of Gunsmoke #71736C

Tints of Gunsmoke #71736C

Color information

#71736C (or 0x71736C) is unknown color: approx Gunsmoke. HEX triplet: 71, 73 and 6C. RGB value is (113,115,108). Sum of RGB (Red+Green+Blue) = 113+115+108=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 115 - color contains mainly: green. Hex color #71736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71736C is #8E8C93. Grayscale: #717171. Windows color (decimal): -9342100 or 7107441. OLE color: 7107441.

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

Color convert

RGB113115108-
CMYK0.0200.060.55
HSL77.14º3.14%43.73%-
HSV(B)77.14º6.09%45.1%-
XYZ15.6516.8516.62-
YUV113.6124.84127.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=33.63%
G=34.23%
B=32.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131151080.0200.060.5577.143.1443.73
Hex71736C206374d32c
Octal16116315420667115354
Binary111000111100111101100100110110111100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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