#84887A

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

Shades of Gunsmoke #84887A

Tints of Gunsmoke #84887A

Color information

#84887A (or 0x84887A) is unknown color: approx Gunsmoke. HEX triplet: 84, 88 and 7A. RGB value is (132,136,122). Sum of RGB (Red+Green+Blue) = 132+136+122=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 136 - color contains mainly: green. Hex color #84887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84887A is #7B7785. Grayscale: #858585. Windows color (decimal): -8091526 or 8030340. OLE color: 8030340.

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

Color convert

RGB132136122-
CMYK0.0300.100.47
HSL77.14º5.56%50.59%-
HSV(B)77.14º10.29%53.33%-
XYZ21.8323.9221.88-
YUV133.21121.67127.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.85%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=33.85%
G=34.87%
B=31.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321361220.0300.100.4777.145.5650.59
Hex84887A30A2F4d633
Octal204210172301257115663
Binary1000010010001000111101011010101011111001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84887A; }

 p { color: rgb(132,136,122); }

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

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

 a { background-color: rgb(132,136,122); }

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

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

 span { border-color: rgb(132,136,122); }

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