#848778

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

Shades of Gunsmoke #848778

Tints of Gunsmoke #848778

Color information

#848778 (or 0x848778) is unknown color: approx Gunsmoke. HEX triplet: 84, 87 and 78. RGB value is (132,135,120). Sum of RGB (Red+Green+Blue) = 132+135+120=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 135 - color contains mainly: green. Hex color #848778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848778 is #7B7887. Grayscale: #848484. Windows color (decimal): -8091784 or 7899012. OLE color: 7899012.

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

Color convert

RGB132135120-
CMYK0.0200.110.47
HSL72º5.88%50%-
HSV(B)72º11.11%52.94%-
XYZ21.5723.5921.19-
YUV132.39121.01127.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=34.11%
G=34.88%
B=31.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321351200.0200.110.47725.8850
Hex84877820B2F48632
Octal204207170201357110662
Binary1000010010000111111100010010111011111001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848778; }

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

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

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

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

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

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

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

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