#848E70

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

Shades of Gunsmoke #848E70

Tints of Gunsmoke #848E70

Color information

#848E70 (or 0x848E70) is unknown color: approx Gunsmoke. HEX triplet: 84, 8E and 70. RGB value is (132,142,112). Sum of RGB (Red+Green+Blue) = 132+142+112=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 142 - color contains mainly: green. Hex color #848E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E70 is #7B718F. Grayscale: #878787. Windows color (decimal): -8090000 or 7376516. OLE color: 7376516.

HSL color Cylindrical-coordinate representation of color #848E70: hue angle of 80º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #848E70 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB132142112-
CMYK0.0700.210.44
HSL80º11.81%49.8%-
HSV(B)80º21.13%55.69%-
XYZ22.1125.4219.07-
YUV135.59114.69125.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=34.20%
G=36.79%
B=29.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321421120.0700.210.448011.8149.8
Hex848E7070152C50c32
Octal2042161607025541201462
Binary1000010010001110111000011101010110110010100001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,142,112); }

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

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

 a { background-color: rgb(132,142,112); }

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

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

 span { border-color: rgb(132,142,112); }

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