#848976

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

Shades of Gunsmoke #848976

Tints of Gunsmoke #848976

Color information

#848976 (or 0x848976) is unknown color: approx Gunsmoke. HEX triplet: 84, 89 and 76. RGB value is (132,137,118). Sum of RGB (Red+Green+Blue) = 132+137+118=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #848976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848976 is #7B7689. Grayscale: #858585. Windows color (decimal): -8091274 or 7768452. OLE color: 7768452.

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

Color convert

RGB132137118-
CMYK0.0400.140.46
HSL75.79º7.45%50%-
HSV(B)75.79º13.87%53.73%-
XYZ21.7324.120.65-
YUV133.34119.34127.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=34.11%
G=35.40%
B=30.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321371180.0400.140.4675.797.4550
Hex84897640E2E4c732
Octal204211166401656114762
Binary10000100100010011110110100011101011101001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848976; }

 p { color: rgb(132,137,118); }

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

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

 a { background-color: rgb(132,137,118); }

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

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

 span { border-color: rgb(132,137,118); }

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