#83977C

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

Shades of Amulet #83977C

Tints of Amulet #83977C

Color information

#83977C (or 0x83977C) is unknown color: approx Amulet. HEX triplet: 83, 97 and 7C. RGB value is (131,151,124). Sum of RGB (Red+Green+Blue) = 131+151+124=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #83977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83977C is #7C6883. Grayscale: #8E8E8E. Windows color (decimal): -8153220 or 8165251. OLE color: 8165251.

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

Color convert

RGB131151124-
CMYK0.1300.180.41
HSL104.44º11.49%53.92%-
HSV(B)104.44º17.88%59.22%-
XYZ24.0628.4123.28-
YUV141.94117.87120.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=32.27%
G=37.19%
B=30.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311511240.1300.180.41104.4411.4953.92
Hex83977CD0122968b36
Octal20322717415022511501366
Binary10000011100101111111100110101001010100111010001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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