Html Css Color HEX #839C80 Amulet

📋 copy color: '#839C80'

red 131 ◦ green 156 ◦ blue 128

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

Shades of Amulet #839C80

Tints of Amulet #839C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.84%

R = 31.57%
G = 37.59%
B = 30.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#839C80 (or 0x839C80) is known color: Amulet. HEX triplet: 83, 9C and 80. RGB value is (131,156,128). Sum of RGB (Red+Green+Blue) = 131+156+128=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #839C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839C80 is #7C637F. Grayscale: #919191. Windows color (decimal): -8151936 or 8428675. OLE color: 8428675.

HSL color Cylindrical-coordinate representation of color #839C80: hue angle of 113.57º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #839C80 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 156 128 -
CMYK 0.16 0 0.18 0.39
HSL 113.57º 0.12% 0.56% -
HSV(B) 113.57º 0.18% 0.61% -
XYZ 25.14 30.16 24.92 -
YUV 145.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 131 156 128 0.16 0 0.18 0.39 113.57 0.12 0.56
Hex 83 9C 80 10 0 12 27 72 C 38
Octal 203 234 200 20 0 22 47 162 14 70
Binary 10000011 10011100 10000000 10000 0 10010 100111 1110010 1100 111000

Color Harmonies of #839C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839C80

Black with #839C80

Text Example


Text Example

White with #839C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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