#848C73

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

Shades of Gunsmoke #848C73

Tints of Gunsmoke #848C73

Color information

#848C73 (or 0x848C73) is unknown color: approx Gunsmoke. HEX triplet: 84, 8C and 73. RGB value is (132,140,115). Sum of RGB (Red+Green+Blue) = 132+140+115=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 140 - color contains mainly: green. Hex color #848C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848C73 is #7B738C. Grayscale: #868686. Windows color (decimal): -8090509 or 7572612. OLE color: 7572612.

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

Color convert

RGB132140115-
CMYK0.0600.180.45
HSL79.2º9.8%50%-
HSV(B)79.2º17.86%54.9%-
XYZ21.9924.919.87-
YUV134.76116.85126.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 115 (45.31% from 255) = 29.72%
R=34.11%
G=36.18%
B=29.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321401150.0600.180.4579.29.850
Hex848C7360122D4fa32
Octal2042141636022551171262
Binary1000010010001100111001111001001010110110011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,140,115); }

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

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

 a { background-color: rgb(132,140,115); }

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

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

 span { border-color: rgb(132,140,115); }

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