#82987D

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

Shades of Amulet #82987D

Tints of Amulet #82987D

Color information

#82987D (or 0x82987D) is unknown color: approx Amulet. HEX triplet: 82, 98 and 7D. RGB value is (130,152,125). Sum of RGB (Red+Green+Blue) = 130+152+125=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #82987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82987D is #7D6782. Grayscale: #8E8E8E. Windows color (decimal): -8218499 or 8231042. OLE color: 8231042.

HSL color Cylindrical-coordinate representation of color #82987D: hue angle of 108.89º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82987D is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB130152125-
CMYK0.1400.180.40
HSL108.89º11.59%54.31%-
HSV(B)108.89º17.76%59.61%-
XYZ24.1428.6823.67-
YUV142.34118.21119.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=31.94%
G=37.35%
B=30.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301521250.1400.180.40108.8911.5954.31
Hex82987DE012286dc36
Octal20223017516022501551466
Binary10000010100110001111101111001001010100011011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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