#84877F

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

Shades of Gunsmoke #84877F

Tints of Gunsmoke #84877F

Color information

#84877F (or 0x84877F) is unknown color: approx Gunsmoke. HEX triplet: 84, 87 and 7F. RGB value is (132,135,127). Sum of RGB (Red+Green+Blue) = 132+135+127=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 135 - color contains mainly: green. Hex color #84877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84877F is #7B7880. Grayscale: #858585. Windows color (decimal): -8091777 or 8357764. OLE color: 8357764.

HSL color Cylindrical-coordinate representation of color #84877F: hue angle of 82.5º 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 #84877F is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB132135127-
CMYK0.0200.060.47
HSL82.5º3.23%51.37%-
HSV(B)82.5º5.93%52.94%-
XYZ22.0123.7723.51-
YUV133.19124.51127.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 127 (50% from 255) = 32.23%
R=33.50%
G=34.26%
B=32.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321351270.0200.060.4782.53.2351.37
Hex84877F2062F52333
Octal20420717720657122363
Binary10000100100001111111111100110101111101001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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