#8A977D

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

Shades of Amulet #8A977D

Tints of Amulet #8A977D

Color information

#8A977D (or 0x8A977D) is unknown color: approx Amulet. HEX triplet: 8A, 97 and 7D. RGB value is (138,151,125). Sum of RGB (Red+Green+Blue) = 138+151+125=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 151 - color contains mainly: green. Hex color #8A977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A977D is #756882. Grayscale: #909090. Windows color (decimal): -7694467 or 8230794. OLE color: 8230794.

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

Color convert

RGB138151125-
CMYK0.0900.170.41
HSL90º11.11%54.12%-
HSV(B)90º17.22%59.22%-
XYZ25.2529.0223.67-
YUV144.15117.19123.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 36.47%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=33.33%
G=36.47%
B=30.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381511250.0900.170.419011.1154.12
Hex8A977D9011295ab36
Octal21222717511021511321366
Binary10001010100101111111101100101000110100110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A977D; }

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

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

<style>
 a { background-color: #8A977D; }

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

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

<style>
 span { border-color: #8A977D; }

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

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