#71756C

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

Shades of Gunsmoke #71756C

Tints of Gunsmoke #71756C

Color information

#71756C (or 0x71756C) is unknown color: approx Gunsmoke. HEX triplet: 71, 75 and 6C. RGB value is (113,117,108). Sum of RGB (Red+Green+Blue) = 113+117+108=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 117 - color contains mainly: green. Hex color #71756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71756C is #8E8A93. Grayscale: #727272. Windows color (decimal): -9341588 or 7107953. OLE color: 7107953.

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

Color convert

RGB113117108-
CMYK0.0300.080.54
HSL86.67º4%44.12%-
HSV(B)86.67º7.69%45.88%-
XYZ15.8817.3216.69-
YUV114.78124.17126.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=33.43%
G=34.62%
B=31.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131171080.0300.080.5486.67444.12
Hex71756C308365742c
Octal161165154301066127454
Binary11100011110101110110011010001101101010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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