#84867F

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

Shades of Gunsmoke #84867F

Tints of Gunsmoke #84867F

Color information

#84867F (or 0x84867F) is unknown color: approx Gunsmoke. HEX triplet: 84, 86 and 7F. RGB value is (132,134,127). Sum of RGB (Red+Green+Blue) = 132+134+127=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 134 - color contains mainly: green. Hex color #84867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84867F is #7B7980. Grayscale: #848484. Windows color (decimal): -8092033 or 8357508. OLE color: 8357508.

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

Color convert

RGB132134127-
CMYK0.0100.050.47
HSL77.14º2.81%51.18%-
HSV(B)77.14º5.22%52.55%-
XYZ21.8723.4923.46-
YUV132.6124.84127.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 127 (50% from 255) = 32.32%
R=33.59%
G=34.10%
B=32.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321341270.0100.050.4777.142.8151.18
Hex84867F1052F4d333
Octal20420617710557115363
Binary1000010010000110111111110101101111100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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