#848A79

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

Shades of Gunsmoke #848A79

Tints of Gunsmoke #848A79

Color information

#848A79 (or 0x848A79) is unknown color: approx Gunsmoke. HEX triplet: 84, 8A and 79. RGB value is (132,138,121). Sum of RGB (Red+Green+Blue) = 132+138+121=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #848A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A79 is #7B7586. Grayscale: #868686. Windows color (decimal): -8091015 or 7965316. OLE color: 7965316.

HSL color Cylindrical-coordinate representation of color #848A79: hue angle of 81.18º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #848A79 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB132138121-
CMYK0.0400.120.46
HSL81.18º6.77%50.78%-
HSV(B)81.18º12.32%54.12%-
XYZ22.0624.4621.65-
YUV134.27120.51126.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=33.76%
G=35.29%
B=30.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321381210.0400.120.4681.186.7750.78
Hex848A7940C2E51733
Octal204212171401456121763
Binary10000100100010101111001100011001011101010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,138,121); }

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

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

 a { background-color: rgb(132,138,121); }

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

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

 span { border-color: rgb(132,138,121); }

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