#7F9479

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

Shades of Amulet #7F9479

Tints of Amulet #7F9479

Color information

#7F9479 (or 0x7F9479) is unknown color: approx Amulet. HEX triplet: 7F, 94 and 79. RGB value is (127,148,121). Sum of RGB (Red+Green+Blue) = 127+148+121=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9479 is #806B86. Grayscale: #8A8A8A. Windows color (decimal): -8416135 or 7967871. OLE color: 7967871.

HSL color Cylindrical-coordinate representation of color #7F9479: hue angle of 106.67º 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 #7F9479 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB127148121-
CMYK0.1400.180.42
HSL106.67º11.2%52.75%-
HSV(B)106.67º18.24%58.04%-
XYZ22.7927.0722.11-
YUV138.64118.04119.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.07%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=32.07%
G=37.37%
B=30.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1271481210.1400.180.42106.6711.252.75
Hex7F9479E0122A6bb35
Octal17722417116022521531365
Binary1111111100101001111001111001001010101011010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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