Html Css Color HEX #849C7D Amulet

📋 copy color: '#849C7D'

red 132 ◦ green 156 ◦ blue 125

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

Shades of Amulet #849C7D

Tints of Amulet #849C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.77%

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

R = 31.96%
G = 37.77%
B = 30.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#849C7D (or 0x849C7D) is known color: Amulet. HEX triplet: 84, 9C and 7D. RGB value is (132,156,125). Sum of RGB (Red+Green+Blue) = 132+156+125=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 156 - color contains mainly: green. Hex color #849C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C7D is #7B6382. Grayscale: #919191. Windows color (decimal): -8086403 or 8232068. OLE color: 8232068.

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

Color convert

RGB 132 156 125 -
CMYK 0.15 0 0.20 0.39
HSL 106.45º 0.14% 0.55% -
HSV(B) 106.45º 0.2% 0.61% -
XYZ 25.11 30.16 23.9 -
YUV 145.29 116.55 118.52 -
System Red Green Blue C M Y K H S L
Decimal 132 156 125 0.15 0 0.20 0.39 106.45 0.14 0.55
Hex 84 9C 7D F 0 14 27 6A E 37
Octal 204 234 175 17 0 24 47 152 16 67
Binary 10000100 10011100 1111101 1111 0 10100 100111 1101010 1110 110111

Color Harmonies of #849C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849C7D

Black with #849C7D

Text Example


Text Example

White with #849C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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