#82977D

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

Shades of Amulet #82977D

Tints of Amulet #82977D

Color information

#82977D (or 0x82977D) is unknown color: approx Amulet. HEX triplet: 82, 97 and 7D. RGB value is (130,151,125). Sum of RGB (Red+Green+Blue) = 130+151+125=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #82977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82977D is #7D6882. Grayscale: #8D8D8D. Windows color (decimal): -8218755 or 8230786. OLE color: 8230786.

HSL color Cylindrical-coordinate representation of color #82977D: hue angle of 108.46º 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 #82977D is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB130151125-
CMYK0.1400.170.41
HSL108.46º11.11%54.12%-
HSV(B)108.46º17.22%59.22%-
XYZ23.9728.3623.61-
YUV141.76118.54119.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=32.02%
G=37.19%
B=30.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301511250.1400.170.41108.4611.1154.12
Hex82977DE011296cb36
Octal20222717516021511541366
Binary10000010100101111111101111001000110100111011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82977D; }

 p { color: rgb(130,151,125); }

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

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

 a { background-color: rgb(130,151,125); }

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

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

 span { border-color: rgb(130,151,125); }

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