Html Css Color HEX #849B79 Amulet

📋 copy color: '#849B79'

red 132 ◦ green 155 ◦ blue 121

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

Shades of Amulet #849B79

Tints of Amulet #849B79

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.99%

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 32.35%
G = 37.99%
B = 29.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#849B79 (or 0x849B79) is known color: Amulet. HEX triplet: 84, 9B and 79. RGB value is (132,155,121). Sum of RGB (Red+Green+Blue) = 132+155+121=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #849B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B79 is #7B6486. Grayscale: #909090. Windows color (decimal): -8086663 or 7969668. OLE color: 7969668.

HSL color Cylindrical-coordinate representation of color #849B79: hue angle of 100.59º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #849B79 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 155 121 -
CMYK 0.15 0 0.22 0.39
HSL 100.59º 0.15% 0.54% -
HSV(B) 100.59º 0.22% 0.61% -
XYZ 24.69 29.73 22.53 -
YUV 144.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 132 155 121 0.15 0 0.22 0.39 100.59 0.15 0.54
Hex 84 9B 79 F 0 16 27 65 F 36
Octal 204 233 171 17 0 26 47 145 17 66
Binary 10000100 10011011 1111001 1111 0 10110 100111 1100101 1111 110110

Color Harmonies of #849B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B79

Black with #849B79

Text Example


Text Example

White with #849B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849B79; }

 p { color: rgb(132,155,121); }

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

background-color css

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

 a { background-color: rgb(132,155,121); }

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

border-color css

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

 span { border-color: rgb(132,155,121); }

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