#848779

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

Shades of Gunsmoke #848779

Tints of Gunsmoke #848779

Color information

#848779 (or 0x848779) is unknown color: approx Gunsmoke. HEX triplet: 84, 87 and 79. RGB value is (132,135,121). Sum of RGB (Red+Green+Blue) = 132+135+121=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 135 - color contains mainly: green. Hex color #848779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848779 is #7B7886. Grayscale: #848484. Windows color (decimal): -8091783 or 7964548. OLE color: 7964548.

HSL color Cylindrical-coordinate representation of color #848779: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848779 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB132135121-
CMYK0.0200.100.47
HSL72.86º5.51%50.2%-
HSV(B)72.86º10.37%52.94%-
XYZ21.6323.6121.51-
YUV132.51121.51127.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=34.02%
G=34.79%
B=31.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321351210.0200.100.4772.865.5150.2
Hex84877920A2F49632
Octal204207171201257111662
Binary1000010010000111111100110010101011111001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848779; }

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

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

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

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

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

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

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

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