Html Css Color HEX #849879 Amulet

📋 copy color: '#849879'

red 132 ◦ green 152 ◦ blue 121

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

Shades of Amulet #849879

Tints of Amulet #849879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.53%

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

R = 32.59%
G = 37.53%
B = 29.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#849879 (or 0x849879) is known color: Amulet. HEX triplet: 84, 98 and 79. RGB value is (132,152,121). Sum of RGB (Red+Green+Blue) = 132+152+121=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #849879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849879 is #7B6786. Grayscale: #8E8E8E. Windows color (decimal): -8087431 or 7968900. OLE color: 7968900.

HSL color Cylindrical-coordinate representation of color #849879: hue angle of 98.71º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #849879 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 121 -
CMYK 0.13 0 0.20 0.40
HSL 98.71º 0.13% 0.54% -
HSV(B) 98.71º 0.2% 0.6% -
XYZ 24.2 28.74 22.36 -
YUV 142.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 132 152 121 0.13 0 0.20 0.40 98.71 0.13 0.54
Hex 84 98 79 D 0 14 28 63 D 36
Octal 204 230 171 15 0 24 50 143 15 66
Binary 10000100 10011000 1111001 1101 0 10100 101000 1100011 1101 110110

Color Harmonies of #849879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849879

Black with #849879

Text Example


Text Example

White with #849879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849879; }

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

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

background-color css

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

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

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

border-color css

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

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

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