Html Css Color HEX #839980 Amulet

📋 copy color: '#839980'

red 131 ◦ green 153 ◦ blue 128

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

Shades of Amulet #839980

Tints of Amulet #839980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

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

R = 31.8%
G = 37.14%
B = 31.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#839980 (or 0x839980) is known color: Amulet. HEX triplet: 83, 99 and 80. RGB value is (131,153,128). Sum of RGB (Red+Green+Blue) = 131+153+128=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #839980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839980 is #7C667F. Grayscale: #8F8F8F. Windows color (decimal): -8152704 or 8427907. OLE color: 8427907.

HSL color Cylindrical-coordinate representation of color #839980: hue angle of 112.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #839980 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 128 -
CMYK 0.14 0 0.16 0.4
HSL 112.8º 0.11% 0.55% -
HSV(B) 112.8º 0.16% 0.6% -
XYZ 24.65 29.17 24.75 -
YUV 143.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 131 153 128 0.14 0 0.16 0.4 112.8 0.11 0.55
Hex 83 99 80 E 0 10 28 71 B 37
Octal 203 231 200 16 0 20 50 161 13 67
Binary 10000011 10011001 10000000 1110 0 10000 101000 1110001 1011 110111

Color Harmonies of #839980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839980

Black with #839980

Text Example


Text Example

White with #839980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839980; }

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

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

background-color css

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

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

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

border-color css

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

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

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