#838979

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

Shades of Gunsmoke #838979

Tints of Gunsmoke #838979

Color information

#838979 (or 0x838979) is unknown color: approx Gunsmoke. HEX triplet: 83, 89 and 79. RGB value is (131,137,121). Sum of RGB (Red+Green+Blue) = 131+137+121=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #838979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838979 is #7C7686. Grayscale: #858585. Windows color (decimal): -8156807 or 7965059. OLE color: 7965059.

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

Color convert

RGB131137121-
CMYK0.0400.120.46
HSL82.5º6.35%50.59%-
HSV(B)82.5º11.68%53.73%-
XYZ21.7624.121.59-
YUV133.38121.01126.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=33.68%
G=35.22%
B=31.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311371210.0400.120.4682.56.3550.59
Hex83897940C2E52633
Octal203211171401456122663
Binary10000011100010011111001100011001011101010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838979; }

 p { color: rgb(131,137,121); }

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

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

 a { background-color: rgb(131,137,121); }

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

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

 span { border-color: rgb(131,137,121); }

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