#808672

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

Shades of Gunsmoke #808672

Tints of Gunsmoke #808672

Color information

#808672 (or 0x808672) is unknown color: approx Gunsmoke. HEX triplet: 80, 86 and 72. RGB value is (128,134,114). Sum of RGB (Red+Green+Blue) = 128+134+114=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #808672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808672 is #7F798D. Grayscale: #828282. Windows color (decimal): -8354190 or 7505536. OLE color: 7505536.

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

Color convert

RGB128134114-
CMYK0.0400.150.47
HSL78º8.06%48.63%-
HSV(B)78º14.93%52.55%-
XYZ20.4622.8519.25-
YUV129.93119.01126.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=34.04%
G=35.64%
B=30.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281341140.0400.150.47788.0648.63
Hex80867240F2F4e831
Octal2002061624017571161061
Binary100000001000011011100101000111110111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808672; }

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

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

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

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

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

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

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

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