#808971

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

Shades of Gunsmoke #808971

Tints of Gunsmoke #808971

Color information

#808971 (or 0x808971) is unknown color: approx Gunsmoke. HEX triplet: 80, 89 and 71. RGB value is (128,137,113). Sum of RGB (Red+Green+Blue) = 128+137+113=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #808971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808971 is #7F768E. Grayscale: #838383. Windows color (decimal): -8353423 or 7440768. OLE color: 7440768.

HSL color Cylindrical-coordinate representation of color #808971: hue angle of 82.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #808971 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB128137113-
CMYK0.0700.180.46
HSL82.5º9.6%49.02%-
HSV(B)82.5º17.52%53.73%-
XYZ20.8323.6719.09-
YUV131.57117.52125.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=33.86%
G=36.24%
B=29.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281371130.0700.180.4682.59.649.02
Hex80897170122E52a31
Octal2002111617022561221261
Binary1000000010001001111000111101001010111010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808971; }

 p { color: rgb(128,137,113); }

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

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

 a { background-color: rgb(128,137,113); }

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

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

 span { border-color: rgb(128,137,113); }

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