Html Css Color HEX #849776 Amulet

📋 copy color: '#849776'

red 132 ◦ green 151 ◦ blue 118

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

Shades of Amulet #849776

Tints of Amulet #849776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.66%

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

R = 32.92%
G = 37.66%
B = 29.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#849776 (or 0x849776) is known color: Amulet. HEX triplet: 84, 97 and 76. RGB value is (132,151,118). Sum of RGB (Red+Green+Blue) = 132+151+118=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #849776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849776 is #7B6889. Grayscale: #8D8D8D. Windows color (decimal): -8087690 or 7772036. OLE color: 7772036.

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

Color convert

RGB 132 151 118 -
CMYK 0.13 0 0.22 0.41
HSL 94.55º 0.14% 0.53% -
HSV(B) 94.55º 0.22% 0.59% -
XYZ 23.85 28.35 21.35 -
YUV 141.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 132 151 118 0.13 0 0.22 0.41 94.55 0.14 0.53
Hex 84 97 76 D 0 16 29 5F E 35
Octal 204 227 166 15 0 26 51 137 16 65
Binary 10000100 10010111 1110110 1101 0 10110 101001 1011111 1110 110101

Color Harmonies of #849776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849776

Black with #849776

Text Example


Text Example

White with #849776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849776; }

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

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

background-color css

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

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

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

border-color css

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

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

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