#84947C

Color #84947C Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #84947C

Tints of Amulet #84947C

Color information

#84947C (or 0x84947C) is unknown color: approx Amulet. HEX triplet: 84, 94 and 7C. RGB value is (132,148,124). Sum of RGB (Red+Green+Blue) = 132+148+124=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 148 - color contains mainly: green. Hex color #84947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84947C is #7B6B83. Grayscale: #8C8C8C. Windows color (decimal): -8088452 or 8164484. OLE color: 8164484.

HSL color Cylindrical-coordinate representation of color #84947C: hue angle of 100º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84947C is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB132148124-
CMYK0.1100.160.42
HSL100º10.08%53.33%-
HSV(B)100º16.22%58.04%-
XYZ23.7427.5423.13-
YUV140.48118.7121.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=32.67%
G=36.63%
B=30.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481240.1100.160.4210010.0853.33
Hex84947CB0102A64a35
Octal20422417413020521441265
Binary10000100100101001111100101101000010101011001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84947C; }

 p { color: rgb(132,148,124); }

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

<style>
 a { background-color: #84947C; }

 a { background-color: rgb(132,148,124); }

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

<style>
 span { border-color: #84947C; }

 span { border-color: rgb(132,148,124); }

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