#83977E

Color #83977E Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #83977E

Tints of Amulet #83977E

Color information

#83977E (or 0x83977E) is unknown color: approx Amulet. HEX triplet: 83, 97 and 7E. RGB value is (131,151,126). Sum of RGB (Red+Green+Blue) = 131+151+126=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #83977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83977E is #7C6881. Grayscale: #8E8E8E. Windows color (decimal): -8153218 or 8296323. OLE color: 8296323.

HSL color Cylindrical-coordinate representation of color #83977E: hue angle of 108º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83977E is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB131151126-
CMYK0.1300.170.41
HSL108º10.73%54.31%-
HSV(B)108º16.56%59.22%-
XYZ24.1928.4623.96-
YUV142.17118.87120.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 151 (59.38% from 255) = 37.01%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=32.11%
G=37.01%
B=30.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311511260.1300.170.4110810.7354.31
Hex83977ED011296cb36
Octal20322717615021511541366
Binary10000011100101111111110110101000110100111011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83977E; }

 p { color: rgb(131,151,126); }

 H1.HeaderClassName
 {
   color: #83977E;
 }
 .AnyTagClassName
 {
   color: #83977E;
 }
</style>
background-color css

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

 a { background-color: rgb(131,151,126); }

 div.DivClassName
 {
   background-color: #83977E;
 }
 .BgClassName
 {
   background-color: #83977E;
 }
</style>
border-color css

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

 span { border-color: rgb(131,151,126); }

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