#808675

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

Shades of Gunsmoke #808675

Tints of Gunsmoke #808675

Color information

#808675 (or 0x808675) is unknown color: approx Gunsmoke. HEX triplet: 80, 86 and 75. RGB value is (128,134,117). Sum of RGB (Red+Green+Blue) = 128+134+117=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #808675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808675 is #7F798A. Grayscale: #828282. Windows color (decimal): -8354187 or 7702144. OLE color: 7702144.

HSL color Cylindrical-coordinate representation of color #808675: hue angle of 81.18º 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 #808675 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB128134117-
CMYK0.0400.130.47
HSL81.18º6.77%49.22%-
HSV(B)81.18º12.69%52.55%-
XYZ20.6422.9220.17-
YUV130.27120.51126.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=33.77%
G=35.36%
B=30.87%

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
Decimal1281341170.0400.130.4781.186.7749.22
Hex80867540D2F51731
Octal200206165401557121761
Binary10000000100001101110101100011011011111010001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808675; }

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

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

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

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

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

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

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

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