#82947A

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

Shades of Amulet #82947A

Tints of Amulet #82947A

Color information

#82947A (or 0x82947A) is unknown color: approx Amulet. HEX triplet: 82, 94 and 7A. RGB value is (130,148,122). Sum of RGB (Red+Green+Blue) = 130+148+122=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #82947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82947A is #7D6B85. Grayscale: #8B8B8B. Windows color (decimal): -8219526 or 8033410. OLE color: 8033410.

HSL color Cylindrical-coordinate representation of color #82947A: hue angle of 101.54º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82947A is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB130148122-
CMYK0.1200.180.42
HSL101.54º10.83%52.94%-
HSV(B)101.54º17.57%58.04%-
XYZ23.3127.3322.46-
YUV139.65118.04121.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=32.5%
G=37%
B=30.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301481220.1200.180.42101.5410.8352.94
Hex82947AC0122A66b35
Octal20222417214022521461365
Binary10000010100101001111010110001001010101011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82947A; }

 p { color: rgb(130,148,122); }

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

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

 a { background-color: rgb(130,148,122); }

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

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

 span { border-color: rgb(130,148,122); }

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