Html Css Color HEX #849C7C Amulet

📋 copy color: '#849C7C'

red 132 ◦ green 156 ◦ blue 124

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

Shades of Amulet #849C7C

Tints of Amulet #849C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.1%

R = 32.04%
G = 37.86%
B = 30.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#849C7C (or 0x849C7C) is known color: Amulet. HEX triplet: 84, 9C and 7C. RGB value is (132,156,124). Sum of RGB (Red+Green+Blue) = 132+156+124=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #849C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C7C is #7B6383. Grayscale: #919191. Windows color (decimal): -8086404 or 8166532. OLE color: 8166532.

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

Color convert

RGB 132 156 124 -
CMYK 0.15 0 0.21 0.39
HSL 105º 0.14% 0.55% -
HSV(B) 105º 0.21% 0.61% -
XYZ 25.04 30.14 23.57 -
YUV 145.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 132 156 124 0.15 0 0.21 0.39 105 0.14 0.55
Hex 84 9C 7C F 0 15 27 69 E 37
Octal 204 234 174 17 0 25 47 151 16 67
Binary 10000100 10011100 1111100 1111 0 10101 100111 1101001 1110 110111

Color Harmonies of #849C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849C7C

Black with #849C7C

Text Example


Text Example

White with #849C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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