#848D76

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

Shades of Gunsmoke #848D76

Tints of Gunsmoke #848D76

Color information

#848D76 (or 0x848D76) is unknown color: approx Gunsmoke. HEX triplet: 84, 8D and 76. RGB value is (132,141,118). Sum of RGB (Red+Green+Blue) = 132+141+118=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 141 - color contains mainly: green. Hex color #848D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D76 is #7B7289. Grayscale: #878787. Windows color (decimal): -8090250 or 7769476. OLE color: 7769476.

HSL color Cylindrical-coordinate representation of color #848D76: hue angle of 83.48º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #848D76 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB132141118-
CMYK0.0600.160.45
HSL83.48º9.16%50.78%-
HSV(B)83.48º16.31%55.29%-
XYZ22.3125.2620.84-
YUV135.69118.02125.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=33.76%
G=36.06%
B=30.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411180.0600.160.4583.489.1650.78
Hex848D7660102D53933
Octal2042151666020551231163
Binary1000010010001101111011011001000010110110100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848D76; }

 p { color: rgb(132,141,118); }

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

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

 a { background-color: rgb(132,141,118); }

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

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

 span { border-color: rgb(132,141,118); }

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