#84897F

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

Shades of Gunsmoke #84897F

Tints of Gunsmoke #84897F

Color information

#84897F (or 0x84897F) is unknown color: approx Gunsmoke. HEX triplet: 84, 89 and 7F. RGB value is (132,137,127). Sum of RGB (Red+Green+Blue) = 132+137+127=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 137 - color contains mainly: green. Hex color #84897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84897F is #7B7680. Grayscale: #868686. Windows color (decimal): -8091265 or 8358276. OLE color: 8358276.

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

Color convert

RGB132137127-
CMYK0.0400.070.46
HSL90º4.07%51.76%-
HSV(B)90º7.3%53.73%-
XYZ22.2924.3323.6-
YUV134.36123.84126.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 127 (50% from 255) = 32.07%
R=33.33%
G=34.60%
B=32.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321371270.0400.070.46904.0751.76
Hex84897F4072E5a434
Octal20421117740756132464
Binary1000010010001001111111110001111011101011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84897F; }

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

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

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

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

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

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

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

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