#838876

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

Shades of Gunsmoke #838876

Tints of Gunsmoke #838876

Color information

#838876 (or 0x838876) is unknown color: approx Gunsmoke. HEX triplet: 83, 88 and 76. RGB value is (131,136,118). Sum of RGB (Red+Green+Blue) = 131+136+118=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #838876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838876 is #7C7789. Grayscale: #848484. Windows color (decimal): -8157066 or 7768195. OLE color: 7768195.

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

Color convert

RGB131136118-
CMYK0.0400.130.47
HSL76.67º7.09%49.8%-
HSV(B)76.67º13.24%53.33%-
XYZ21.4323.7420.59-
YUV132.45119.84126.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=34.03%
G=35.32%
B=30.65%

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
Decimal1311361180.0400.130.4776.677.0949.8
Hex83887640D2F4d732
Octal203210166401557115762
Binary10000011100010001110110100011011011111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838876; }

 p { color: rgb(131,136,118); }

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

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

 a { background-color: rgb(131,136,118); }

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

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

 span { border-color: rgb(131,136,118); }

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