Html Css Color HEX #839C7C Amulet

📋 copy color: '#839C7C'

red 131 ◦ green 156 ◦ blue 124

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

Shades of Amulet #839C7C

Tints of Amulet #839C7C

RGB

 RED value IS 131 (51.56% from 255) = 31.87%

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

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

R = 31.87%
G = 37.96%
B = 30.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#839C7C (or 0x839C7C) is known color: Amulet. HEX triplet: 83, 9C and 7C. RGB value is (131,156,124). Sum of RGB (Red+Green+Blue) = 131+156+124=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 156 - color contains mainly: green. Hex color #839C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839C7C is #7C6383. Grayscale: #909090. Windows color (decimal): -8151940 or 8166531. OLE color: 8166531.

HSL color Cylindrical-coordinate representation of color #839C7C: hue angle of 106.88º 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 #839C7C is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 156 124 -
CMYK 0.16 0 0.21 0.39
HSL 106.88º 0.14% 0.55% -
HSV(B) 106.88º 0.21% 0.61% -
XYZ 24.89 30.06 23.56 -
YUV 144.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 131 156 124 0.16 0 0.21 0.39 106.88 0.14 0.55
Hex 83 9C 7C 10 0 15 27 6B E 37
Octal 203 234 174 20 0 25 47 153 16 67
Binary 10000011 10011100 1111100 10000 0 10101 100111 1101011 1110 110111

Color Harmonies of #839C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839C7C

Black with #839C7C

Text Example


Text Example

White with #839C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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