Html Css Color HEX #849F7A Amulet

📋 copy color: '#849F7A'

red 132 ◦ green 159 ◦ blue 122

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

Shades of Amulet #849F7A

Tints of Amulet #849F7A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.5%

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 31.96%
G = 38.5%
B = 29.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#849F7A (or 0x849F7A) is known color: Amulet. HEX triplet: 84, 9F and 7A. RGB value is (132,159,122). Sum of RGB (Red+Green+Blue) = 132+159+122=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 159 - color contains mainly: green. Hex color #849F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F7A is #7B6085. Grayscale: #929292. Windows color (decimal): -8085638 or 8036228. OLE color: 8036228.

HSL color Cylindrical-coordinate representation of color #849F7A: hue angle of 103.78º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #849F7A is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 159 122 -
CMYK 0.17 0 0.23 0.38
HSL 103.78º 0.16% 0.55% -
HSV(B) 103.78º 0.23% 0.62% -
XYZ 25.43 31.11 23.08 -
YUV 146.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 132 159 122 0.17 0 0.23 0.38 103.78 0.16 0.55
Hex 84 9F 7A 11 0 17 26 68 10 37
Octal 204 237 172 21 0 27 46 150 20 67
Binary 10000100 10011111 1111010 10001 0 10111 100110 1101000 10000 110111

Color Harmonies of #849F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F7A

Black with #849F7A

Text Example


Text Example

White with #849F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,159,122); }

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

background-color css

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

 a { background-color: rgb(132,159,122); }

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

border-color css

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

 span { border-color: rgb(132,159,122); }

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