Html Css Color HEX #849977 Amulet

📋 copy color: '#849977'

red 132 ◦ green 153 ◦ blue 119

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

Shades of Amulet #849977

Tints of Amulet #849977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.87%

 BLUE value IS 119 (46.88% from 255) = 29.46%

R = 32.67%
G = 37.87%
B = 29.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#849977 (or 0x849977) is known color: Amulet. HEX triplet: 84, 99 and 77. RGB value is (132,153,119). Sum of RGB (Red+Green+Blue) = 132+153+119=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #849977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849977 is #7B6688. Grayscale: #8E8E8E. Windows color (decimal): -8087177 or 7838084. OLE color: 7838084.

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

Color convert

RGB 132 153 119 -
CMYK 0.14 0 0.22 0.4
HSL 97.06º 0.14% 0.53% -
HSV(B) 97.06º 0.22% 0.6% -
XYZ 24.24 29.02 21.78 -
YUV 142.85 114.54 120.26 -
System Red Green Blue C M Y K H S L
Decimal 132 153 119 0.14 0 0.22 0.4 97.06 0.14 0.53
Hex 84 99 77 E 0 16 28 61 E 35
Octal 204 231 167 16 0 26 50 141 16 65
Binary 10000100 10011001 1110111 1110 0 10110 101000 1100001 1110 110101

Color Harmonies of #849977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849977

Black with #849977

Text Example


Text Example

White with #849977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849977; }

 p { color: rgb(132,153,119); }

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

background-color css

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

 a { background-color: rgb(132,153,119); }

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

border-color css

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

 span { border-color: rgb(132,153,119); }

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