#7F947C

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

Shades of Amulet #7F947C

Tints of Amulet #7F947C

Color information

#7F947C (or 0x7F947C) is unknown color: approx Amulet. HEX triplet: 7F, 94 and 7C. RGB value is (127,148,124). Sum of RGB (Red+Green+Blue) = 127+148+124=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #7F947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F947C is #806B83. Grayscale: #8B8B8B. Windows color (decimal): -8416132 or 8164479. OLE color: 8164479.

HSL color Cylindrical-coordinate representation of color #7F947C: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F947C is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB127148124-
CMYK0.1400.160.42
HSL112.5º10.08%53.33%-
HSV(B)112.5º16.22%58.04%-
XYZ22.9827.1523.1-
YUV138.98119.54119.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=31.83%
G=37.09%
B=31.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1271481240.1400.160.42112.510.0853.33
Hex7F947CE0102A70a35
Octal17722417416020521601265
Binary1111111100101001111100111001000010101011100001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F947C; }

 p { color: rgb(127,148,124); }

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

<style>
 a { background-color: #7F947C; }

 a { background-color: rgb(127,148,124); }

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

<style>
 span { border-color: #7F947C; }

 span { border-color: rgb(127,148,124); }

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