Html Css Color HEX #84947C Amulet

📋 copy color: '#84947C'

red 132 ◦ green 148 ◦ blue 124

#84947C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #84947C

Tints of Amulet #84947C

RGB

 RED value IS 132 (51.95% from 255) = 32.67%

 GREEN value IS 148 (58.2% 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 value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#84947C (or 0x84947C) is known color: 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

RGB 132 148 124 -
CMYK 0.11 0 0.16 0.42
HSL 100º 0.1% 0.53% -
HSV(B) 100º 0.16% 0.58% -
XYZ 23.74 27.54 23.13 -
YUV 140.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 132 148 124 0.11 0 0.16 0.42 100 0.1 0.53
Hex 84 94 7C B 0 10 2A 64 A 35
Octal 204 224 174 13 0 20 52 144 12 65
Binary 10000100 10010100 1111100 1011 0 10000 101010 1100100 1010 110101

Color Harmonies of #84947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84947C

Black with #84947C

Text Example


Text Example

White with #84947C

Text Example


Text Example

HTML Codes & Css Web 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>