Html Css Color HEX #849877 Amulet

📋 copy color: '#849877'

red 132 ◦ green 152 ◦ blue 119

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

Shades of Amulet #849877

Tints of Amulet #849877

RGB

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

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

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

R = 32.75%
G = 37.72%
B = 29.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#849877 (or 0x849877) is known color: Amulet. HEX triplet: 84, 98 and 77. RGB value is (132,152,119). Sum of RGB (Red+Green+Blue) = 132+152+119=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #849877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849877 is #7B6788. Grayscale: #8E8E8E. Windows color (decimal): -8087433 or 7837828. OLE color: 7837828.

HSL color Cylindrical-coordinate representation of color #849877: hue angle of 96.36º 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 #849877 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 119 -
CMYK 0.13 0 0.22 0.40
HSL 96.36º 0.14% 0.53% -
HSV(B) 96.36º 0.22% 0.6% -
XYZ 24.07 28.69 21.72 -
YUV 142.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 132 152 119 0.13 0 0.22 0.40 96.36 0.14 0.53
Hex 84 98 77 D 0 16 28 60 E 35
Octal 204 230 167 15 0 26 50 140 16 65
Binary 10000100 10011000 1110111 1101 0 10110 101000 1100000 1110 110101

Color Harmonies of #849877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849877

Black with #849877

Text Example


Text Example

White with #849877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849877; }

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

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

background-color css

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

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

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

border-color css

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

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

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