Html Css Color HEX #849A78 Amulet

📋 copy color: '#849A78'

red 132 ◦ green 154 ◦ blue 120

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

Shades of Amulet #849A78

Tints of Amulet #849A78

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 120 (47.27% from 255) = 29.56%

R = 32.51%
G = 37.93%
B = 29.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#849A78 (or 0x849A78) is known color: Amulet. HEX triplet: 84, 9A and 78. RGB value is (132,154,120). Sum of RGB (Red+Green+Blue) = 132+154+120=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #849A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849A78 is #7B6587. Grayscale: #8F8F8F. Windows color (decimal): -8086920 or 7903876. OLE color: 7903876.

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

Color convert

RGB 132 154 120 -
CMYK 0.14 0 0.22 0.40
HSL 98.82º 0.14% 0.54% -
HSV(B) 98.82º 0.22% 0.6% -
XYZ 24.46 29.37 22.15 -
YUV 143.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 132 154 120 0.14 0 0.22 0.40 98.82 0.14 0.54
Hex 84 9A 78 E 0 16 28 63 E 36
Octal 204 232 170 16 0 26 50 143 16 66
Binary 10000100 10011010 1111000 1110 0 10110 101000 1100011 1110 110110

Color Harmonies of #849A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849A78

Black with #849A78

Text Example


Text Example

White with #849A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,154,120); }

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

background-color css

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

 a { background-color: rgb(132,154,120); }

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

border-color css

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

 span { border-color: rgb(132,154,120); }

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