Html Css Color HEX #849B7D Amulet

📋 copy color: '#849B7D'

red 132 ◦ green 155 ◦ blue 125

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

Shades of Amulet #849B7D

Tints of Amulet #849B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.62%

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 32.04%
G = 37.62%
B = 30.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#849B7D (or 0x849B7D) is known color: Amulet. HEX triplet: 84, 9B and 7D. RGB value is (132,155,125). Sum of RGB (Red+Green+Blue) = 132+155+125=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #849B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B7D is #7B6482. Grayscale: #909090. Windows color (decimal): -8086659 or 8231812. OLE color: 8231812.

HSL color Cylindrical-coordinate representation of color #849B7D: hue angle of 106º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #849B7D is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 155 125 -
CMYK 0.15 0 0.19 0.39
HSL 106º 0.13% 0.55% -
HSV(B) 106º 0.19% 0.61% -
XYZ 24.94 29.83 23.85 -
YUV 144.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 132 155 125 0.15 0 0.19 0.39 106 0.13 0.55
Hex 84 9B 7D F 0 13 27 6A D 37
Octal 204 233 175 17 0 23 47 152 15 67
Binary 10000100 10011011 1111101 1111 0 10011 100111 1101010 1101 110111

Color Harmonies of #849B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B7D

Black with #849B7D

Text Example


Text Example

White with #849B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,155,125); }

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

background-color css

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

 a { background-color: rgb(132,155,125); }

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

border-color css

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

 span { border-color: rgb(132,155,125); }

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