#848D70

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

Shades of Gunsmoke #848D70

Tints of Gunsmoke #848D70

Color information

#848D70 (or 0x848D70) is unknown color: approx Gunsmoke. HEX triplet: 84, 8D and 70. RGB value is (132,141,112). Sum of RGB (Red+Green+Blue) = 132+141+112=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #848D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D70 is #7B728F. Grayscale: #878787. Windows color (decimal): -8090256 or 7376260. OLE color: 7376260.

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

Color convert

RGB132141112-
CMYK0.0600.210.45
HSL78.62º11.46%49.61%-
HSV(B)78.62º20.57%55.29%-
XYZ21.9725.1319.02-
YUV135115.02125.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=34.29%
G=36.62%
B=29.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411120.0600.210.4578.6211.4649.61
Hex848D7060152D4fb32
Octal2042151606025551171362
Binary1000010010001101111000011001010110110110011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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