#808674

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

Shades of Gunsmoke #808674

Tints of Gunsmoke #808674

Color information

#808674 (or 0x808674) is unknown color: approx Gunsmoke. HEX triplet: 80, 86 and 74. RGB value is (128,134,116). Sum of RGB (Red+Green+Blue) = 128+134+116=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #808674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808674 is #7F798B. Grayscale: #828282. Windows color (decimal): -8354188 or 7636608. OLE color: 7636608.

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

Color convert

RGB128134116-
CMYK0.0400.130.47
HSL80º7.2%49.02%-
HSV(B)80º13.43%52.55%-
XYZ20.5822.919.86-
YUV130.15120.01126.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=33.86%
G=35.45%
B=30.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281341160.0400.130.47807.249.02
Hex80867440D2F50731
Octal200206164401557120761
Binary10000000100001101110100100011011011111010000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808674; }

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

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

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

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

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

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

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

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