#84867E

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

Shades of Gunsmoke #84867E

Tints of Gunsmoke #84867E

Color information

#84867E (or 0x84867E) is unknown color: approx Gunsmoke. HEX triplet: 84, 86 and 7E. RGB value is (132,134,126). Sum of RGB (Red+Green+Blue) = 132+134+126=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 134 - color contains mainly: green. Hex color #84867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84867E is #7B7981. Grayscale: #848484. Windows color (decimal): -8092034 or 8291972. OLE color: 8291972.

HSL color Cylindrical-coordinate representation of color #84867E: hue angle of 75º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84867E is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB132134126-
CMYK0.0100.060.47
HSL75º3.2%50.98%-
HSV(B)75º5.97%52.55%-
XYZ21.8123.4623.12-
YUV132.49124.34127.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.67%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=33.67%
G=34.18%
B=32.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321341260.0100.060.47753.250.98
Hex84867E1062F4b333
Octal20420617610657113363
Binary1000010010000110111111010110101111100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84867E; }

 p { color: rgb(132,134,126); }

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

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

 a { background-color: rgb(132,134,126); }

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

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

 span { border-color: rgb(132,134,126); }

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