Html Css Color HEX #849676 Amulet

📋 copy color: '#849676'

red 132 ◦ green 150 ◦ blue 118

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

Shades of Amulet #849676

Tints of Amulet #849676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

 BLUE value IS 118 (46.48% from 255) = 29.5%

R = 33%
G = 37.5%
B = 29.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#849676 (or 0x849676) is known color: Amulet. HEX triplet: 84, 96 and 76. RGB value is (132,150,118). Sum of RGB (Red+Green+Blue) = 132+150+118=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #849676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849676 is #7B6989. Grayscale: #8D8D8D. Windows color (decimal): -8087946 or 7771780. OLE color: 7771780.

HSL color Cylindrical-coordinate representation of color #849676: hue angle of 93.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #849676 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 118 -
CMYK 0.12 0 0.21 0.41
HSL 93.75º 0.13% 0.53% -
HSV(B) 93.75º 0.21% 0.59% -
XYZ 23.69 28.03 21.3 -
YUV 140.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 132 150 118 0.12 0 0.21 0.41 93.75 0.13 0.53
Hex 84 96 76 C 0 15 29 5E D 35
Octal 204 226 166 14 0 25 51 136 15 65
Binary 10000100 10010110 1110110 1100 0 10101 101001 1011110 1101 110101

Color Harmonies of #849676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849676

Black with #849676

Text Example


Text Example

White with #849676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849676; }

 p { color: rgb(132,150,118); }

 H1.HeaderClassName
 {
   color: #849676;
 }
 .AnyTagClassName
 {
   color: #849676;
 }
</style>

background-color css

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

 a { background-color: rgb(132,150,118); }

 div.DivClassName
 {
   background-color: #849676;
 }
 .BgClassName
 {
   background-color: #849676;
 }
</style>

border-color css

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

 span { border-color: rgb(132,150,118); }

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