#838678

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

Shades of Gunsmoke #838678

Tints of Gunsmoke #838678

Color information

#838678 (or 0x838678) is unknown color: approx Gunsmoke. HEX triplet: 83, 86 and 78. RGB value is (131,134,120). Sum of RGB (Red+Green+Blue) = 131+134+120=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 134 - color contains mainly: green. Hex color #838678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838678 is #7C7987. Grayscale: #838383. Windows color (decimal): -8157576 or 7898755. OLE color: 7898755.

HSL color Cylindrical-coordinate representation of color #838678: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838678 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB131134120-
CMYK0.0200.100.47
HSL72.86º5.51%49.8%-
HSV(B)72.86º10.45%52.55%-
XYZ21.2823.2321.13-
YUV131.51121.51127.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=34.03%
G=34.81%
B=31.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341200.0200.100.4772.865.5149.8
Hex83867820A2F49632
Octal203206170201257111662
Binary1000001110000110111100010010101011111001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838678; }

 p { color: rgb(131,134,120); }

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

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

 a { background-color: rgb(131,134,120); }

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

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

 span { border-color: rgb(131,134,120); }

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