#808872

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

Shades of Gunsmoke #808872

Tints of Gunsmoke #808872

Color information

#808872 (or 0x808872) is unknown color: approx Gunsmoke. HEX triplet: 80, 88 and 72. RGB value is (128,136,114). Sum of RGB (Red+Green+Blue) = 128+136+114=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #808872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808872 is #7F778D. Grayscale: #838383. Windows color (decimal): -8353678 or 7506048. OLE color: 7506048.

HSL color Cylindrical-coordinate representation of color #808872: hue angle of 81.82º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808872 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB128136114-
CMYK0.0600.160.47
HSL81.82º8.8%49.02%-
HSV(B)81.82º16.18%53.33%-
XYZ20.7423.4119.35-
YUV131.1118.35125.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=33.86%
G=35.98%
B=30.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281361140.0600.160.4781.828.849.02
Hex80887260102F52931
Octal2002101626020571221161
Binary1000000010001000111001011001000010111110100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808872; }

 p { color: rgb(128,136,114); }

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

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

 a { background-color: rgb(128,136,114); }

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

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

 span { border-color: rgb(128,136,114); }

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